azure.mgmt.eventhub.v2017_04_01 package¶
Submodules¶
Module contents¶
-
class
azure.mgmt.eventhub.v2017_04_01.
EventHubManagementClient
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrest.service_client.SDKClient
Azure Event Hubs client
Variables: - config (EventHubManagementClientConfiguration) – Configuration for client.
- operations (azure.mgmt.eventhub.v2017_04_01.operations.Operations) – Operations operations
- namespaces (azure.mgmt.eventhub.v2017_04_01.operations.NamespacesOperations) – Namespaces operations
- disaster_recovery_configs (azure.mgmt.eventhub.v2017_04_01.operations.DisasterRecoveryConfigsOperations) – DisasterRecoveryConfigs operations
- event_hubs (azure.mgmt.eventhub.v2017_04_01.operations.EventHubsOperations) – EventHubs operations
- consumer_groups (azure.mgmt.eventhub.v2017_04_01.operations.ConsumerGroupsOperations) – ConsumerGroups operations
- regions (azure.mgmt.eventhub.v2017_04_01.operations.RegionsOperations) – Regions operations
Parameters: - credentials (
A msrestazure Credentials object
) – Credentials needed for the client to connect to Azure. - subscription_id (str) – Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
- base_url (str) – Service URL
-
class
azure.mgmt.eventhub.v2017_04_01.
EventHubManagementClientConfiguration
(credentials, subscription_id, base_url=None)[source]¶ Bases:
msrestazure.azure_configuration.AzureConfiguration
Configuration for EventHubManagementClient Note that all parameters used to create this instance are saved as instance attributes.
Parameters: - credentials (
A msrestazure Credentials object
) – Credentials needed for the client to connect to Azure. - subscription_id (str) – Subscription credentials that uniquely identify a Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.
- base_url (str) – Service URL
- credentials (