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 (134 lines) | stat: -rw-r--r-- 8,233 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
# 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 .storage_blob_created_event_data_py3 import StorageBlobCreatedEventData
    from .storage_blob_deleted_event_data_py3 import StorageBlobDeletedEventData
    from .event_hub_capture_file_created_event_data_py3 import EventHubCaptureFileCreatedEventData
    from .resource_write_success_data_py3 import ResourceWriteSuccessData
    from .resource_write_failure_data_py3 import ResourceWriteFailureData
    from .resource_write_cancel_data_py3 import ResourceWriteCancelData
    from .resource_delete_success_data_py3 import ResourceDeleteSuccessData
    from .resource_delete_failure_data_py3 import ResourceDeleteFailureData
    from .resource_delete_cancel_data_py3 import ResourceDeleteCancelData
    from .resource_action_success_data_py3 import ResourceActionSuccessData
    from .resource_action_failure_data_py3 import ResourceActionFailureData
    from .resource_action_cancel_data_py3 import ResourceActionCancelData
    from .event_grid_event_py3 import EventGridEvent
    from .subscription_validation_event_data_py3 import SubscriptionValidationEventData
    from .subscription_validation_response_py3 import SubscriptionValidationResponse
    from .subscription_deleted_event_data_py3 import SubscriptionDeletedEventData
    from .iot_hub_device_created_event_data_py3 import IotHubDeviceCreatedEventData
    from .iot_hub_device_deleted_event_data_py3 import IotHubDeviceDeletedEventData
    from .iot_hub_device_connected_event_data_py3 import IotHubDeviceConnectedEventData
    from .iot_hub_device_disconnected_event_data_py3 import IotHubDeviceDisconnectedEventData
    from .device_twin_metadata_py3 import DeviceTwinMetadata
    from .device_twin_properties_py3 import DeviceTwinProperties
    from .device_twin_info_properties_py3 import DeviceTwinInfoProperties
    from .device_twin_info_x509_thumbprint_py3 import DeviceTwinInfoX509Thumbprint
    from .device_twin_info_py3 import DeviceTwinInfo
    from .device_life_cycle_event_properties_py3 import DeviceLifeCycleEventProperties
    from .device_connection_state_event_info_py3 import DeviceConnectionStateEventInfo
    from .device_connection_state_event_properties_py3 import DeviceConnectionStateEventProperties
    from .container_registry_image_pushed_event_data_py3 import ContainerRegistryImagePushedEventData
    from .container_registry_image_deleted_event_data_py3 import ContainerRegistryImageDeletedEventData
    from .container_registry_event_target_py3 import ContainerRegistryEventTarget
    from .container_registry_event_request_py3 import ContainerRegistryEventRequest
    from .container_registry_event_actor_py3 import ContainerRegistryEventActor
    from .container_registry_event_source_py3 import ContainerRegistryEventSource
    from .container_registry_event_data_py3 import ContainerRegistryEventData
    from .service_bus_active_messages_available_with_no_listeners_event_data_py3 import ServiceBusActiveMessagesAvailableWithNoListenersEventData
    from .service_bus_deadletter_messages_available_with_no_listeners_event_data_py3 import ServiceBusDeadletterMessagesAvailableWithNoListenersEventData
    from .media_job_state_change_event_data_py3 import MediaJobStateChangeEventData
except (SyntaxError, ImportError):
    from .storage_blob_created_event_data import StorageBlobCreatedEventData
    from .storage_blob_deleted_event_data import StorageBlobDeletedEventData
    from .event_hub_capture_file_created_event_data import EventHubCaptureFileCreatedEventData
    from .resource_write_success_data import ResourceWriteSuccessData
    from .resource_write_failure_data import ResourceWriteFailureData
    from .resource_write_cancel_data import ResourceWriteCancelData
    from .resource_delete_success_data import ResourceDeleteSuccessData
    from .resource_delete_failure_data import ResourceDeleteFailureData
    from .resource_delete_cancel_data import ResourceDeleteCancelData
    from .resource_action_success_data import ResourceActionSuccessData
    from .resource_action_failure_data import ResourceActionFailureData
    from .resource_action_cancel_data import ResourceActionCancelData
    from .event_grid_event import EventGridEvent
    from .subscription_validation_event_data import SubscriptionValidationEventData
    from .subscription_validation_response import SubscriptionValidationResponse
    from .subscription_deleted_event_data import SubscriptionDeletedEventData
    from .iot_hub_device_created_event_data import IotHubDeviceCreatedEventData
    from .iot_hub_device_deleted_event_data import IotHubDeviceDeletedEventData
    from .iot_hub_device_connected_event_data import IotHubDeviceConnectedEventData
    from .iot_hub_device_disconnected_event_data import IotHubDeviceDisconnectedEventData
    from .device_twin_metadata import DeviceTwinMetadata
    from .device_twin_properties import DeviceTwinProperties
    from .device_twin_info_properties import DeviceTwinInfoProperties
    from .device_twin_info_x509_thumbprint import DeviceTwinInfoX509Thumbprint
    from .device_twin_info import DeviceTwinInfo
    from .device_life_cycle_event_properties import DeviceLifeCycleEventProperties
    from .device_connection_state_event_info import DeviceConnectionStateEventInfo
    from .device_connection_state_event_properties import DeviceConnectionStateEventProperties
    from .container_registry_image_pushed_event_data import ContainerRegistryImagePushedEventData
    from .container_registry_image_deleted_event_data import ContainerRegistryImageDeletedEventData
    from .container_registry_event_target import ContainerRegistryEventTarget
    from .container_registry_event_request import ContainerRegistryEventRequest
    from .container_registry_event_actor import ContainerRegistryEventActor
    from .container_registry_event_source import ContainerRegistryEventSource
    from .container_registry_event_data import ContainerRegistryEventData
    from .service_bus_active_messages_available_with_no_listeners_event_data import ServiceBusActiveMessagesAvailableWithNoListenersEventData
    from .service_bus_deadletter_messages_available_with_no_listeners_event_data import ServiceBusDeadletterMessagesAvailableWithNoListenersEventData
    from .media_job_state_change_event_data import MediaJobStateChangeEventData
from .event_grid_client_enums import (
    JobState,
)

__all__ = [
    'StorageBlobCreatedEventData',
    'StorageBlobDeletedEventData',
    'EventHubCaptureFileCreatedEventData',
    'ResourceWriteSuccessData',
    'ResourceWriteFailureData',
    'ResourceWriteCancelData',
    'ResourceDeleteSuccessData',
    'ResourceDeleteFailureData',
    'ResourceDeleteCancelData',
    'ResourceActionSuccessData',
    'ResourceActionFailureData',
    'ResourceActionCancelData',
    'EventGridEvent',
    'SubscriptionValidationEventData',
    'SubscriptionValidationResponse',
    'SubscriptionDeletedEventData',
    'IotHubDeviceCreatedEventData',
    'IotHubDeviceDeletedEventData',
    'IotHubDeviceConnectedEventData',
    'IotHubDeviceDisconnectedEventData',
    'DeviceTwinMetadata',
    'DeviceTwinProperties',
    'DeviceTwinInfoProperties',
    'DeviceTwinInfoX509Thumbprint',
    'DeviceTwinInfo',
    'DeviceLifeCycleEventProperties',
    'DeviceConnectionStateEventInfo',
    'DeviceConnectionStateEventProperties',
    'ContainerRegistryImagePushedEventData',
    'ContainerRegistryImageDeletedEventData',
    'ContainerRegistryEventTarget',
    'ContainerRegistryEventRequest',
    'ContainerRegistryEventActor',
    'ContainerRegistryEventSource',
    'ContainerRegistryEventData',
    'ServiceBusActiveMessagesAvailableWithNoListenersEventData',
    'ServiceBusDeadletterMessagesAvailableWithNoListenersEventData',
    'MediaJobStateChangeEventData',
    'JobState',
]