How to use the azure-mgmt-notificationhubs.azure.mgmt.notificationhubs.models.pns_credentials_resource.PnsCredentialsResource 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 / pns_credentials_resource.py View on Github external
def __init__(self, **kwargs):
        super(PnsCredentialsResource, self).__init__(**kwargs)
        self.apns_credential = kwargs.get('apns_credential', None)
        self.wns_credential = kwargs.get('wns_credential', None)
        self.gcm_credential = kwargs.get('gcm_credential', None)
        self.mpns_credential = kwargs.get('mpns_credential', None)
        self.adm_credential = kwargs.get('adm_credential', None)
        self.baidu_credential = kwargs.get('baidu_credential', 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