Az.NotificationHubs
本主題會顯示 Azure 通知中樞 Cmdlet 的說明主題。 無論這些用戶端所使用的平臺(iOS、Android、Windows 電話 8、Windows 市集等),通知中樞都會用來傳送推播通知給多個用戶端。 這些中樞大致相當於個別應用程式:每個應用程式通常會有自己的通知中樞。 通知中樞會組織在稱為命名空間的邏輯容器內,而共用存取簽章 (SAS) 授權規則可用來管理中樞和命名空間的存取權。 所有這些元素都可以使用通知中樞 Cmdlet 來管理。
通知中樞
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. |