File: __init__.py

package info (click to toggle)
python-azure 20181112%2Bgit-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 407,300 kB
  • sloc: python: 717,190; makefile: 201; sh: 76
file content (270 lines) | stat: -rw-r--r-- 11,772 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
# coding=utf-8
# --------------------------------------------------------------------------
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for
# license information.
#
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.
# --------------------------------------------------------------------------

try:
    from .usage_name_py3 import UsageName
    from .usage_py3 import Usage
    from .user_account_settings_py3 import UserAccountSettings
    from .ssh_configuration_py3 import SshConfiguration
    from .data_disks_py3 import DataDisks
    from .resource_id_py3 import ResourceId
    from .mount_settings_py3 import MountSettings
    from .file_server_py3 import FileServer
    from .key_vault_secret_reference_py3 import KeyVaultSecretReference
    from .file_server_create_parameters_py3 import FileServerCreateParameters
    from .manual_scale_settings_py3 import ManualScaleSettings
    from .auto_scale_settings_py3 import AutoScaleSettings
    from .scale_settings_py3 import ScaleSettings
    from .image_reference_py3 import ImageReference
    from .virtual_machine_configuration_py3 import VirtualMachineConfiguration
    from .environment_variable_py3 import EnvironmentVariable
    from .environment_variable_with_secret_value_py3 import EnvironmentVariableWithSecretValue
    from .setup_task_py3 import SetupTask
    from .azure_storage_credentials_info_py3 import AzureStorageCredentialsInfo
    from .azure_file_share_reference_py3 import AzureFileShareReference
    from .azure_blob_file_system_reference_py3 import AzureBlobFileSystemReference
    from .file_server_reference_py3 import FileServerReference
    from .unmanaged_file_system_reference_py3 import UnmanagedFileSystemReference
    from .mount_volumes_py3 import MountVolumes
    from .app_insights_reference_py3 import AppInsightsReference
    from .performance_counters_settings_py3 import PerformanceCountersSettings
    from .node_setup_py3 import NodeSetup
    from .node_state_counts_py3 import NodeStateCounts
    from .cluster_create_parameters_py3 import ClusterCreateParameters
    from .cluster_update_parameters_py3 import ClusterUpdateParameters
    from .name_value_pair_py3 import NameValuePair
    from .batch_ai_error_py3 import BatchAIError
    from .cluster_py3 import Cluster
    from .private_registry_credentials_py3 import PrivateRegistryCredentials
    from .image_source_registry_py3 import ImageSourceRegistry
    from .container_settings_py3 import ContainerSettings
    from .cnt_ksettings_py3 import CNTKsettings
    from .py_torch_settings_py3 import PyTorchSettings
    from .tensor_flow_settings_py3 import TensorFlowSettings
    from .caffe_settings_py3 import CaffeSettings
    from .caffe2_settings_py3 import Caffe2Settings
    from .chainer_settings_py3 import ChainerSettings
    from .custom_toolkit_settings_py3 import CustomToolkitSettings
    from .custom_mpi_settings_py3 import CustomMpiSettings
    from .horovod_settings_py3 import HorovodSettings
    from .job_preparation_py3 import JobPreparation
    from .input_directory_py3 import InputDirectory
    from .output_directory_py3 import OutputDirectory
    from .job_base_properties_constraints_py3 import JobBasePropertiesConstraints
    from .job_create_parameters_py3 import JobCreateParameters
    from .job_properties_constraints_py3 import JobPropertiesConstraints
    from .job_properties_execution_info_py3 import JobPropertiesExecutionInfo
    from .job_py3 import Job
    from .remote_login_information_py3 import RemoteLoginInformation
    from .file_py3 import File
    from .resource_py3 import Resource
    from .proxy_resource_py3 import ProxyResource
    from .operation_display_py3 import OperationDisplay
    from .operation_py3 import Operation
    from .workspace_py3 import Workspace
    from .workspace_create_parameters_py3 import WorkspaceCreateParameters
    from .workspace_update_parameters_py3 import WorkspaceUpdateParameters
    from .experiment_py3 import Experiment
    from .workspaces_list_options_py3 import WorkspacesListOptions
    from .workspaces_list_by_resource_group_options_py3 import WorkspacesListByResourceGroupOptions
    from .experiments_list_by_workspace_options_py3 import ExperimentsListByWorkspaceOptions
    from .jobs_list_by_experiment_options_py3 import JobsListByExperimentOptions
    from .jobs_list_output_files_options_py3 import JobsListOutputFilesOptions
    from .file_servers_list_by_workspace_options_py3 import FileServersListByWorkspaceOptions
    from .clusters_list_by_workspace_options_py3 import ClustersListByWorkspaceOptions
except (SyntaxError, ImportError):
    from .usage_name import UsageName
    from .usage import Usage
    from .user_account_settings import UserAccountSettings
    from .ssh_configuration import SshConfiguration
    from .data_disks import DataDisks
    from .resource_id import ResourceId
    from .mount_settings import MountSettings
    from .file_server import FileServer
    from .key_vault_secret_reference import KeyVaultSecretReference
    from .file_server_create_parameters import FileServerCreateParameters
    from .manual_scale_settings import ManualScaleSettings
    from .auto_scale_settings import AutoScaleSettings
    from .scale_settings import ScaleSettings
    from .image_reference import ImageReference
    from .virtual_machine_configuration import VirtualMachineConfiguration
    from .environment_variable import EnvironmentVariable
    from .environment_variable_with_secret_value import EnvironmentVariableWithSecretValue
    from .setup_task import SetupTask
    from .azure_storage_credentials_info import AzureStorageCredentialsInfo
    from .azure_file_share_reference import AzureFileShareReference
    from .azure_blob_file_system_reference import AzureBlobFileSystemReference
    from .file_server_reference import FileServerReference
    from .unmanaged_file_system_reference import UnmanagedFileSystemReference
    from .mount_volumes import MountVolumes
    from .app_insights_reference import AppInsightsReference
    from .performance_counters_settings import PerformanceCountersSettings
    from .node_setup import NodeSetup
    from .node_state_counts import NodeStateCounts
    from .cluster_create_parameters import ClusterCreateParameters
    from .cluster_update_parameters import ClusterUpdateParameters
    from .name_value_pair import NameValuePair
    from .batch_ai_error import BatchAIError
    from .cluster import Cluster
    from .private_registry_credentials import PrivateRegistryCredentials
    from .image_source_registry import ImageSourceRegistry
    from .container_settings import ContainerSettings
    from .cnt_ksettings import CNTKsettings
    from .py_torch_settings import PyTorchSettings
    from .tensor_flow_settings import TensorFlowSettings
    from .caffe_settings import CaffeSettings
    from .caffe2_settings import Caffe2Settings
    from .chainer_settings import ChainerSettings
    from .custom_toolkit_settings import CustomToolkitSettings
    from .custom_mpi_settings import CustomMpiSettings
    from .horovod_settings import HorovodSettings
    from .job_preparation import JobPreparation
    from .input_directory import InputDirectory
    from .output_directory import OutputDirectory
    from .job_base_properties_constraints import JobBasePropertiesConstraints
    from .job_create_parameters import JobCreateParameters
    from .job_properties_constraints import JobPropertiesConstraints
    from .job_properties_execution_info import JobPropertiesExecutionInfo
    from .job import Job
    from .remote_login_information import RemoteLoginInformation
    from .file import File
    from .resource import Resource
    from .proxy_resource import ProxyResource
    from .operation_display import OperationDisplay
    from .operation import Operation
    from .workspace import Workspace
    from .workspace_create_parameters import WorkspaceCreateParameters
    from .workspace_update_parameters import WorkspaceUpdateParameters
    from .experiment import Experiment
    from .workspaces_list_options import WorkspacesListOptions
    from .workspaces_list_by_resource_group_options import WorkspacesListByResourceGroupOptions
    from .experiments_list_by_workspace_options import ExperimentsListByWorkspaceOptions
    from .jobs_list_by_experiment_options import JobsListByExperimentOptions
    from .jobs_list_output_files_options import JobsListOutputFilesOptions
    from .file_servers_list_by_workspace_options import FileServersListByWorkspaceOptions
    from .clusters_list_by_workspace_options import ClustersListByWorkspaceOptions
from .operation_paged import OperationPaged
from .usage_paged import UsagePaged
from .workspace_paged import WorkspacePaged
from .experiment_paged import ExperimentPaged
from .job_paged import JobPaged
from .file_paged import FilePaged
from .remote_login_information_paged import RemoteLoginInformationPaged
from .file_server_paged import FileServerPaged
from .cluster_paged import ClusterPaged
from .batch_ai_management_client_enums import (
    UsageUnit,
    CachingType,
    StorageAccountType,
    FileServerProvisioningState,
    VmPriority,
    DeallocationOption,
    ProvisioningState,
    AllocationState,
    JobPriority,
    ToolType,
    ExecutionState,
    FileType,
)

__all__ = [
    'UsageName',
    'Usage',
    'UserAccountSettings',
    'SshConfiguration',
    'DataDisks',
    'ResourceId',
    'MountSettings',
    'FileServer',
    'KeyVaultSecretReference',
    'FileServerCreateParameters',
    'ManualScaleSettings',
    'AutoScaleSettings',
    'ScaleSettings',
    'ImageReference',
    'VirtualMachineConfiguration',
    'EnvironmentVariable',
    'EnvironmentVariableWithSecretValue',
    'SetupTask',
    'AzureStorageCredentialsInfo',
    'AzureFileShareReference',
    'AzureBlobFileSystemReference',
    'FileServerReference',
    'UnmanagedFileSystemReference',
    'MountVolumes',
    'AppInsightsReference',
    'PerformanceCountersSettings',
    'NodeSetup',
    'NodeStateCounts',
    'ClusterCreateParameters',
    'ClusterUpdateParameters',
    'NameValuePair',
    'BatchAIError',
    'Cluster',
    'PrivateRegistryCredentials',
    'ImageSourceRegistry',
    'ContainerSettings',
    'CNTKsettings',
    'PyTorchSettings',
    'TensorFlowSettings',
    'CaffeSettings',
    'Caffe2Settings',
    'ChainerSettings',
    'CustomToolkitSettings',
    'CustomMpiSettings',
    'HorovodSettings',
    'JobPreparation',
    'InputDirectory',
    'OutputDirectory',
    'JobBasePropertiesConstraints',
    'JobCreateParameters',
    'JobPropertiesConstraints',
    'JobPropertiesExecutionInfo',
    'Job',
    'RemoteLoginInformation',
    'File',
    'Resource',
    'ProxyResource',
    'OperationDisplay',
    'Operation',
    'Workspace',
    'WorkspaceCreateParameters',
    'WorkspaceUpdateParameters',
    'Experiment',
    'WorkspacesListOptions',
    'WorkspacesListByResourceGroupOptions',
    'ExperimentsListByWorkspaceOptions',
    'JobsListByExperimentOptions',
    'JobsListOutputFilesOptions',
    'FileServersListByWorkspaceOptions',
    'ClustersListByWorkspaceOptions',
    'OperationPaged',
    'UsagePaged',
    'WorkspacePaged',
    'ExperimentPaged',
    'JobPaged',
    'FilePaged',
    'RemoteLoginInformationPaged',
    'FileServerPaged',
    'ClusterPaged',
    'UsageUnit',
    'CachingType',
    'StorageAccountType',
    'FileServerProvisioningState',
    'VmPriority',
    'DeallocationOption',
    'ProvisioningState',
    'AllocationState',
    'JobPriority',
    'ToolType',
    'ExecutionState',
    'FileType',
]