PnsCredentialsResource Class

Description of a NotificationHub PNS Credentials.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.notificationhubs.models._models_py3.Resource
PnsCredentialsResource

Constructor

PnsCredentialsResource(*, location: str | None = None, tags: Dict[str, str] | None = None, sku: Sku | None = None, apns_credential: ApnsCredential | None = None, wns_credential: WnsCredential | None = None, gcm_credential: GcmCredential | None = None, mpns_credential: MpnsCredential | None = None, adm_credential: AdmCredential | None = None, baidu_credential: BaiduCredential | None = None, **kwargs)

Keyword-Only Parameters

Name Description
location
str

Resource location.

tags

A set of tags. Resource tags.

sku
Sku

The sku of the created namespace.

apns_credential

The ApnsCredential of the created NotificationHub.

wns_credential

The WnsCredential of the created NotificationHub.

gcm_credential

The GcmCredential of the created NotificationHub.

mpns_credential

The MpnsCredential of the created NotificationHub.

adm_credential

The AdmCredential of the created NotificationHub.

baidu_credential

The BaiduCredential of the created NotificationHub.

Variables

Name Description
id
str

Resource Id.

name
str

Resource name.

type
str

Resource type.

location
str

Resource location.

tags

A set of tags. Resource tags.

sku
Sku

The sku of the created namespace.

apns_credential

The ApnsCredential of the created NotificationHub.

wns_credential

The WnsCredential of the created NotificationHub.

gcm_credential

The GcmCredential of the created NotificationHub.

mpns_credential

The MpnsCredential of the created NotificationHub.

adm_credential

The AdmCredential of the created NotificationHub.

baidu_credential

The BaiduCredential of the created NotificationHub.