WnsCredential Class
Description of a NotificationHub WnsCredential.
- Inheritance
-
msrest.serialization.ModelWnsCredential
Constructor
WnsCredential(*, package_sid: str | None = None, secret_key: str | None = None, windows_live_endpoint: str | None = None, **kwargs)
Keyword-Only Parameters
Name | Description |
---|---|
package_sid
|
The package ID for this credential. |
secret_key
|
The secret key. |
windows_live_endpoint
|
The Windows Live endpoint. |
Variables
Name | Description |
---|---|
package_sid
|
The package ID for this credential. |
secret_key
|
The secret key. |
windows_live_endpoint
|
The Windows Live endpoint. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python