你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.