How to use the azure-mgmt-notificationhubs.azure.mgmt.notificationhubs.operations.namespaces_operations.NamespacesOperations function in azure-mgmt-notificationhubs

To help you get started, we’ve selected a few azure-mgmt-notificationhubs examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Azure / azure-sdk-for-python / azure-mgmt-notificationhubs / azure / mgmt / notificationhubs / notification_hubs_management_client.py View on Github external
def __init__(
            self, credentials, subscription_id, base_url=None):

        self.config = NotificationHubsManagementClientConfiguration(credentials, subscription_id, base_url)
        super(NotificationHubsManagementClient, self).__init__(self.config.credentials, self.config)

        client_models = {k: v for k, v in models.__dict__.items() if isinstance(v, type)}
        self.api_version = '2017-04-01'
        self._serialize = Serializer(client_models)
        self._deserialize = Deserializer(client_models)

        self.operations = Operations(
            self._client, self.config, self._serialize, self._deserialize)
        self.namespaces = NamespacesOperations(
            self._client, self.config, self._serialize, self._deserialize)
        self.notification_hubs = NotificationHubsOperations(
            self._client, self.config, self._serialize, self._deserialize)

azure-mgmt-notificationhubs

Microsoft Azure Notification Hubs Management Client Library for Python

MIT
Latest version published 3 years ago

Package Health Score

73 / 100
Full package analysis

Popular azure-mgmt-notificationhubs functions

Similar packages