|
10 | 10 | # --------------------------------------------------------------------------
|
11 | 11 |
|
12 | 12 | try:
|
13 |
| - from .sku_py3 import Sku |
14 |
| - from .job_max_recurrence_py3 import JobMaxRecurrence |
15 |
| - from .job_collection_quota_py3 import JobCollectionQuota |
16 |
| - from .job_collection_properties_py3 import JobCollectionProperties |
17 |
| - from .job_collection_definition_py3 import JobCollectionDefinition |
18 |
| - from .http_authentication_py3 import HttpAuthentication |
19 |
| - from .http_request_py3 import HttpRequest |
20 |
| - from .storage_queue_message_py3 import StorageQueueMessage |
21 |
| - from .service_bus_queue_message_py3 import ServiceBusQueueMessage |
22 |
| - from .service_bus_topic_message_py3 import ServiceBusTopicMessage |
23 |
| - from .retry_policy_py3 import RetryPolicy |
24 |
| - from .job_error_action_py3 import JobErrorAction |
25 |
| - from .job_action_py3 import JobAction |
26 |
| - from .job_recurrence_schedule_monthly_occurrence_py3 import JobRecurrenceScheduleMonthlyOccurrence |
27 |
| - from .job_recurrence_schedule_py3 import JobRecurrenceSchedule |
28 |
| - from .job_recurrence_py3 import JobRecurrence |
29 |
| - from .job_status_py3 import JobStatus |
30 |
| - from .job_properties_py3 import JobProperties |
31 |
| - from .job_definition_py3 import JobDefinition |
32 |
| - from .job_history_definition_properties_py3 import JobHistoryDefinitionProperties |
33 |
| - from .job_history_definition_py3 import JobHistoryDefinition |
34 |
| - from .client_cert_authentication_py3 import ClientCertAuthentication |
35 |
| - from .basic_authentication_py3 import BasicAuthentication |
36 |
| - from .oauth_authentication_py3 import OAuthAuthentication |
37 |
| - from .service_bus_authentication_py3 import ServiceBusAuthentication |
38 |
| - from .service_bus_brokered_message_properties_py3 import ServiceBusBrokeredMessageProperties |
39 |
| - from .service_bus_message_py3 import ServiceBusMessage |
40 |
| - from .job_state_filter_py3 import JobStateFilter |
41 |
| - from .job_history_filter_py3 import JobHistoryFilter |
| 13 | + from ._models_py3 import BasicAuthentication |
| 14 | + from ._models_py3 import ClientCertAuthentication |
| 15 | + from ._models_py3 import HttpAuthentication |
| 16 | + from ._models_py3 import HttpRequest |
| 17 | + from ._models_py3 import JobAction |
| 18 | + from ._models_py3 import JobCollectionDefinition |
| 19 | + from ._models_py3 import JobCollectionProperties |
| 20 | + from ._models_py3 import JobCollectionQuota |
| 21 | + from ._models_py3 import JobDefinition |
| 22 | + from ._models_py3 import JobErrorAction |
| 23 | + from ._models_py3 import JobHistoryDefinition |
| 24 | + from ._models_py3 import JobHistoryDefinitionProperties |
| 25 | + from ._models_py3 import JobHistoryFilter |
| 26 | + from ._models_py3 import JobMaxRecurrence |
| 27 | + from ._models_py3 import JobProperties |
| 28 | + from ._models_py3 import JobRecurrence |
| 29 | + from ._models_py3 import JobRecurrenceSchedule |
| 30 | + from ._models_py3 import JobRecurrenceScheduleMonthlyOccurrence |
| 31 | + from ._models_py3 import JobStateFilter |
| 32 | + from ._models_py3 import JobStatus |
| 33 | + from ._models_py3 import OAuthAuthentication |
| 34 | + from ._models_py3 import RetryPolicy |
| 35 | + from ._models_py3 import ServiceBusAuthentication |
| 36 | + from ._models_py3 import ServiceBusBrokeredMessageProperties |
| 37 | + from ._models_py3 import ServiceBusMessage |
| 38 | + from ._models_py3 import ServiceBusQueueMessage |
| 39 | + from ._models_py3 import ServiceBusTopicMessage |
| 40 | + from ._models_py3 import Sku |
| 41 | + from ._models_py3 import StorageQueueMessage |
42 | 42 | except (SyntaxError, ImportError):
|
43 |
| - from .sku import Sku |
44 |
| - from .job_max_recurrence import JobMaxRecurrence |
45 |
| - from .job_collection_quota import JobCollectionQuota |
46 |
| - from .job_collection_properties import JobCollectionProperties |
47 |
| - from .job_collection_definition import JobCollectionDefinition |
48 |
| - from .http_authentication import HttpAuthentication |
49 |
| - from .http_request import HttpRequest |
50 |
| - from .storage_queue_message import StorageQueueMessage |
51 |
| - from .service_bus_queue_message import ServiceBusQueueMessage |
52 |
| - from .service_bus_topic_message import ServiceBusTopicMessage |
53 |
| - from .retry_policy import RetryPolicy |
54 |
| - from .job_error_action import JobErrorAction |
55 |
| - from .job_action import JobAction |
56 |
| - from .job_recurrence_schedule_monthly_occurrence import JobRecurrenceScheduleMonthlyOccurrence |
57 |
| - from .job_recurrence_schedule import JobRecurrenceSchedule |
58 |
| - from .job_recurrence import JobRecurrence |
59 |
| - from .job_status import JobStatus |
60 |
| - from .job_properties import JobProperties |
61 |
| - from .job_definition import JobDefinition |
62 |
| - from .job_history_definition_properties import JobHistoryDefinitionProperties |
63 |
| - from .job_history_definition import JobHistoryDefinition |
64 |
| - from .client_cert_authentication import ClientCertAuthentication |
65 |
| - from .basic_authentication import BasicAuthentication |
66 |
| - from .oauth_authentication import OAuthAuthentication |
67 |
| - from .service_bus_authentication import ServiceBusAuthentication |
68 |
| - from .service_bus_brokered_message_properties import ServiceBusBrokeredMessageProperties |
69 |
| - from .service_bus_message import ServiceBusMessage |
70 |
| - from .job_state_filter import JobStateFilter |
71 |
| - from .job_history_filter import JobHistoryFilter |
72 |
| -from .job_collection_definition_paged import JobCollectionDefinitionPaged |
73 |
| -from .job_definition_paged import JobDefinitionPaged |
74 |
| -from .job_history_definition_paged import JobHistoryDefinitionPaged |
75 |
| -from .scheduler_management_client_enums import ( |
| 43 | + from ._models import BasicAuthentication |
| 44 | + from ._models import ClientCertAuthentication |
| 45 | + from ._models import HttpAuthentication |
| 46 | + from ._models import HttpRequest |
| 47 | + from ._models import JobAction |
| 48 | + from ._models import JobCollectionDefinition |
| 49 | + from ._models import JobCollectionProperties |
| 50 | + from ._models import JobCollectionQuota |
| 51 | + from ._models import JobDefinition |
| 52 | + from ._models import JobErrorAction |
| 53 | + from ._models import JobHistoryDefinition |
| 54 | + from ._models import JobHistoryDefinitionProperties |
| 55 | + from ._models import JobHistoryFilter |
| 56 | + from ._models import JobMaxRecurrence |
| 57 | + from ._models import JobProperties |
| 58 | + from ._models import JobRecurrence |
| 59 | + from ._models import JobRecurrenceSchedule |
| 60 | + from ._models import JobRecurrenceScheduleMonthlyOccurrence |
| 61 | + from ._models import JobStateFilter |
| 62 | + from ._models import JobStatus |
| 63 | + from ._models import OAuthAuthentication |
| 64 | + from ._models import RetryPolicy |
| 65 | + from ._models import ServiceBusAuthentication |
| 66 | + from ._models import ServiceBusBrokeredMessageProperties |
| 67 | + from ._models import ServiceBusMessage |
| 68 | + from ._models import ServiceBusQueueMessage |
| 69 | + from ._models import ServiceBusTopicMessage |
| 70 | + from ._models import Sku |
| 71 | + from ._models import StorageQueueMessage |
| 72 | +from ._paged_models import JobCollectionDefinitionPaged |
| 73 | +from ._paged_models import JobDefinitionPaged |
| 74 | +from ._paged_models import JobHistoryDefinitionPaged |
| 75 | +from ._scheduler_management_client_enums import ( |
76 | 76 | SkuDefinition,
|
77 | 77 | JobCollectionState,
|
78 | 78 | RecurrenceFrequency,
|
|
88 | 88 | )
|
89 | 89 |
|
90 | 90 | __all__ = [
|
91 |
| - 'Sku', |
92 |
| - 'JobMaxRecurrence', |
93 |
| - 'JobCollectionQuota', |
94 |
| - 'JobCollectionProperties', |
95 |
| - 'JobCollectionDefinition', |
| 91 | + 'BasicAuthentication', |
| 92 | + 'ClientCertAuthentication', |
96 | 93 | 'HttpAuthentication',
|
97 | 94 | 'HttpRequest',
|
98 |
| - 'StorageQueueMessage', |
99 |
| - 'ServiceBusQueueMessage', |
100 |
| - 'ServiceBusTopicMessage', |
101 |
| - 'RetryPolicy', |
102 |
| - 'JobErrorAction', |
103 | 95 | 'JobAction',
|
104 |
| - 'JobRecurrenceScheduleMonthlyOccurrence', |
105 |
| - 'JobRecurrenceSchedule', |
106 |
| - 'JobRecurrence', |
107 |
| - 'JobStatus', |
108 |
| - 'JobProperties', |
| 96 | + 'JobCollectionDefinition', |
| 97 | + 'JobCollectionProperties', |
| 98 | + 'JobCollectionQuota', |
109 | 99 | 'JobDefinition',
|
110 |
| - 'JobHistoryDefinitionProperties', |
| 100 | + 'JobErrorAction', |
111 | 101 | 'JobHistoryDefinition',
|
112 |
| - 'ClientCertAuthentication', |
113 |
| - 'BasicAuthentication', |
| 102 | + 'JobHistoryDefinitionProperties', |
| 103 | + 'JobHistoryFilter', |
| 104 | + 'JobMaxRecurrence', |
| 105 | + 'JobProperties', |
| 106 | + 'JobRecurrence', |
| 107 | + 'JobRecurrenceSchedule', |
| 108 | + 'JobRecurrenceScheduleMonthlyOccurrence', |
| 109 | + 'JobStateFilter', |
| 110 | + 'JobStatus', |
114 | 111 | 'OAuthAuthentication',
|
| 112 | + 'RetryPolicy', |
115 | 113 | 'ServiceBusAuthentication',
|
116 | 114 | 'ServiceBusBrokeredMessageProperties',
|
117 | 115 | 'ServiceBusMessage',
|
118 |
| - 'JobStateFilter', |
119 |
| - 'JobHistoryFilter', |
| 116 | + 'ServiceBusQueueMessage', |
| 117 | + 'ServiceBusTopicMessage', |
| 118 | + 'Sku', |
| 119 | + 'StorageQueueMessage', |
120 | 120 | 'JobCollectionDefinitionPaged',
|
121 | 121 | 'JobDefinitionPaged',
|
122 | 122 | 'JobHistoryDefinitionPaged',
|
|
0 commit comments