NotificationHubResource Class

Description of a NotificationHub Resource.

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

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

Constructor

NotificationHubResource(*, location: str | None = None, tags: Dict[str, str] | None = None, sku: Sku | None = None, name_properties_name: str | None = None, registration_ttl: str | None = None, authorization_rules: List[SharedAccessAuthorizationRuleProperties] | 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.

name_properties_name
str

The NotificationHub name.

registration_ttl
str

The RegistrationTtl of the created NotificationHub.

authorization_rules

The AuthorizationRules of the created NotificationHub.

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.

name_properties_name
str

The NotificationHub name.

registration_ttl
str

The RegistrationTtl of the created NotificationHub.

authorization_rules

The AuthorizationRules of the created NotificationHub.

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.