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 (100 lines) | stat: -rw-r--r-- 4,309 bytes parent folder | download | duplicates (3)
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
# 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 .resource_py3 import Resource
    from .encryption_jwk_resource_py3 import EncryptionJwkResource
    from .gateway_status_py3 import GatewayStatus
    from .gateway_resource_py3 import GatewayResource
    from .gateway_profile_py3 import GatewayProfile
    from .gateway_parameters_py3 import GatewayParameters
    from .node_resource_py3 import NodeResource
    from .node_parameters_py3 import NodeParameters
    from .session_resource_py3 import SessionResource
    from .session_parameters_py3 import SessionParameters
    from .version_py3 import Version
    from .power_shell_session_resource_py3 import PowerShellSessionResource
    from .prompt_field_description_py3 import PromptFieldDescription
    from .power_shell_command_result_py3 import PowerShellCommandResult
    from .power_shell_command_results_py3 import PowerShellCommandResults
    from .power_shell_command_status_py3 import PowerShellCommandStatus
    from .power_shell_session_resources_py3 import PowerShellSessionResources
    from .power_shell_command_parameters_py3 import PowerShellCommandParameters
    from .prompt_message_response_py3 import PromptMessageResponse
    from .power_shell_tab_completion_parameters_py3 import PowerShellTabCompletionParameters
    from .power_shell_tab_completion_results_py3 import PowerShellTabCompletionResults
    from .error_py3 import Error, ErrorException
except (SyntaxError, ImportError):
    from .resource import Resource
    from .encryption_jwk_resource import EncryptionJwkResource
    from .gateway_status import GatewayStatus
    from .gateway_resource import GatewayResource
    from .gateway_profile import GatewayProfile
    from .gateway_parameters import GatewayParameters
    from .node_resource import NodeResource
    from .node_parameters import NodeParameters
    from .session_resource import SessionResource
    from .session_parameters import SessionParameters
    from .version import Version
    from .power_shell_session_resource import PowerShellSessionResource
    from .prompt_field_description import PromptFieldDescription
    from .power_shell_command_result import PowerShellCommandResult
    from .power_shell_command_results import PowerShellCommandResults
    from .power_shell_command_status import PowerShellCommandStatus
    from .power_shell_session_resources import PowerShellSessionResources
    from .power_shell_command_parameters import PowerShellCommandParameters
    from .prompt_message_response import PromptMessageResponse
    from .power_shell_tab_completion_parameters import PowerShellTabCompletionParameters
    from .power_shell_tab_completion_results import PowerShellTabCompletionResults
    from .error import Error, ErrorException
from .gateway_resource_paged import GatewayResourcePaged
from .node_resource_paged import NodeResourcePaged
from .server_management_enums import (
    UpgradeMode,
    RetentionPeriod,
    CredentialDataFormat,
    PromptFieldType,
    GatewayExpandOption,
    PowerShellExpandOption,
)

__all__ = [
    'Resource',
    'EncryptionJwkResource',
    'GatewayStatus',
    'GatewayResource',
    'GatewayProfile',
    'GatewayParameters',
    'NodeResource',
    'NodeParameters',
    'SessionResource',
    'SessionParameters',
    'Version',
    'PowerShellSessionResource',
    'PromptFieldDescription',
    'PowerShellCommandResult',
    'PowerShellCommandResults',
    'PowerShellCommandStatus',
    'PowerShellSessionResources',
    'PowerShellCommandParameters',
    'PromptMessageResponse',
    'PowerShellTabCompletionParameters',
    'PowerShellTabCompletionResults',
    'Error', 'ErrorException',
    'GatewayResourcePaged',
    'NodeResourcePaged',
    'UpgradeMode',
    'RetentionPeriod',
    'CredentialDataFormat',
    'PromptFieldType',
    'GatewayExpandOption',
    'PowerShellExpandOption',
]