NotificationHubPatchParameters Class
Parameters supplied to the patch NotificationHub operation.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.notificationhubs.models._models_py3.ResourceNotificationHubPatchParameters
Constructor
NotificationHubPatchParameters(*, 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
|
Resource location. |
tags
|
A set of tags. Resource tags. |
sku
|
The sku of the created namespace. |
name_properties_name
|
The NotificationHub name. |
registration_ttl
|
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
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
location
|
Resource location. |
tags
|
A set of tags. Resource tags. |
sku
|
The sku of the created namespace. |
name_properties_name
|
The NotificationHub name. |
registration_ttl
|
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. |
Azure SDK for Python