How to use the azure-mgmt-notificationhubs.azure.mgmt.notificationhubs.models.resource_list_keys.ResourceListKeys 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 / models / resource_list_keys.py View on Github external
def __init__(self, **kwargs):
        super(ResourceListKeys, self).__init__(**kwargs)
        self.primary_connection_string = kwargs.get('primary_connection_string', None)
        self.secondary_connection_string = kwargs.get('secondary_connection_string', None)
        self.primary_key = kwargs.get('primary_key', None)
        self.secondary_key = kwargs.get('secondary_key', None)
        self.key_name = kwargs.get('key_name', None)

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