Az.NotificationHubs Module
En este tema se muestran temas de ayuda para los cmdlets de Azure Notification Hub. Los centros de notificaciones se usan para enviar notificaciones push a varios clientes independientemente de la plataforma (iOS, Android, Windows Phone 8, Tienda Windows, etc.) que usan esos clientes. Estos centros son aproximadamente equivalentes a aplicaciones individuales: cada una de las aplicaciones normalmente tendrá su propio centro de notificaciones. Los centros de notificaciones se organizan dentro de contenedores lógicos conocidos como espacios de nombres y las reglas de autorización de firma de acceso compartido (SAS) se usan para administrar el acceso a centros y espacios de nombres. Todos estos elementos se pueden administrar mediante los cmdlets del Centro de notificaciones.
Notification Hubs
| Cmdlet | Description |
|---|---|
| Get-AzNotificationHub |
Gets information about your notification hubs. |
| Get-AzNotificationHubAuthorizationRule |
Gets information about the authorization rules associated with a notification hub. |
| Get-AzNotificationHubListKey |
Gets the primary and secondary connection strings associated with a notification hub authorization rule. |
| Get-AzNotificationHubPNSCredential |
Gets the PNS credentials for a notification hub. |
| Get-AzNotificationHubsNamespace |
Gets information about a notification hub namespace. |
| Get-AzNotificationHubsNamespaceAuthorizationRule |
Gets information about the authorization rules associated with a notification hub namespace. |
| Get-AzNotificationHubsNamespaceListKey |
Gets the primary and secondary connection strings associated with a notification hub namespace authorization rule. |
| New-AzNotificationHub |
Creates a notification hub. |
| New-AzNotificationHubAuthorizationRule |
Creates an authorization rule and assigns the rule to a notification hub. |
| New-AzNotificationHubKey |
Regenerate the Authorization Rule Key for a NotificationHub . |
| New-AzNotificationHubsNamespace |
Creates a notification hub namespace. |
| New-AzNotificationHubsNamespaceAuthorizationRule |
Creates an authorization rule and assigns that rule to a notification hub namespace. |
| New-AzNotificationHubsNamespaceKey |
Regenerate the Authorization Rule Key for a Namespace. |
| Remove-AzNotificationHub |
Removes an existing notification hub. |
| Remove-AzNotificationHubAuthorizationRule |
Removes an authorization rule from a notification hub. |
| Remove-AzNotificationHubsNamespace |
Removes a notification hub namespace. |
| Remove-AzNotificationHubsNamespaceAuthorizationRule |
Removes an authorization rule from a notification hub namespace. |
| Set-AzNotificationHub |
Sets property values for a notification hub. |
| Set-AzNotificationHubAuthorizationRule |
Sets authorization rules for a notification hub. |
| Set-AzNotificationHubsNamespace |
Sets property values for a notification hub namespace. |
| Set-AzNotificationHubsNamespaceAuthorizationRule |
Sets authorization rules for a notification hub namespace. |