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
|
# 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.
# --------------------------------------------------------------------------
from .provider_operations import ProviderOperations
from .labs_operations import LabsOperations
from .operations import Operations
from .global_schedules_operations import GlobalSchedulesOperations
from .artifact_sources_operations import ArtifactSourcesOperations
from .arm_templates_operations import ArmTemplatesOperations
from .artifacts_operations import ArtifactsOperations
from .costs_operations import CostsOperations
from .custom_images_operations import CustomImagesOperations
from .formulas_operations import FormulasOperations
from .gallery_images_operations import GalleryImagesOperations
from .notification_channels_operations import NotificationChannelsOperations
from .policy_sets_operations import PolicySetsOperations
from .policies_operations import PoliciesOperations
from .schedules_operations import SchedulesOperations
from .service_runners_operations import ServiceRunnersOperations
from .users_operations import UsersOperations
from .disks_operations import DisksOperations
from .environments_operations import EnvironmentsOperations
from .secrets_operations import SecretsOperations
from .virtual_machines_operations import VirtualMachinesOperations
from .virtual_machine_schedules_operations import VirtualMachineSchedulesOperations
from .virtual_networks_operations import VirtualNetworksOperations
__all__ = [
'ProviderOperations',
'LabsOperations',
'Operations',
'GlobalSchedulesOperations',
'ArtifactSourcesOperations',
'ArmTemplatesOperations',
'ArtifactsOperations',
'CostsOperations',
'CustomImagesOperations',
'FormulasOperations',
'GalleryImagesOperations',
'NotificationChannelsOperations',
'PolicySetsOperations',
'PoliciesOperations',
'SchedulesOperations',
'ServiceRunnersOperations',
'UsersOperations',
'DisksOperations',
'EnvironmentsOperations',
'SecretsOperations',
'VirtualMachinesOperations',
'VirtualMachineSchedulesOperations',
'VirtualNetworksOperations',
]
|