Az.NotificationHubs
이 항목에서는 Azure Notification Hub cmdlet에 대한 도움말 항목을 표시합니다. 알림 허브는 해당 클라이언트에서 사용하는 플랫폼(iOS, Android, Windows Phone 8, Windows 스토어 등)에 관계없이 여러 클라이언트에 푸시 알림을 보내는 데 사용됩니다. 이러한 허브는 개별 앱과 거의 동일합니다. 각 앱에는 일반적으로 자체 알림 허브가 있습니다. 알림 허브는 네임스페이스라고 하는 논리 컨테이너 내에서 구성되며 SAS(공유 액세스 서명) 권한 부여 규칙은 허브 및 네임스페이스에 대한 액세스를 관리하는 데 사용됩니다. 이러한 모든 요소는 Notification Hub cmdlet을 사용하여 관리할 수 있습니다.
Notification Hubs
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. |
Azure PowerShell