你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
NotificationHubsManagementClient.CreateOrUpdateNamespaceAuthorizationRules Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public Microsoft.Azure.Commands.NotificationHubs.Models.SharedAccessAuthorizationRuleAttributes CreateOrUpdateNamespaceAuthorizationRules (string resourceGroupName, string location, string namespaceName, string authRuleName, System.Collections.Generic.List<Microsoft.Azure.Management.NotificationHubs.Models.AccessRights?> rights);
member this.CreateOrUpdateNamespaceAuthorizationRules : string * string * string * string * System.Collections.Generic.List<Nullable<Microsoft.Azure.Management.NotificationHubs.Models.AccessRights>> -> Microsoft.Azure.Commands.NotificationHubs.Models.SharedAccessAuthorizationRuleAttributes
Public Function CreateOrUpdateNamespaceAuthorizationRules (resourceGroupName As String, location As String, namespaceName As String, authRuleName As String, rights As List(Of Nullable(Of AccessRights))) As SharedAccessAuthorizationRuleAttributes
Parameters
- resourceGroupName
- String
- location
- String
- namespaceName
- String
- authRuleName
- String
- rights
- List<Nullable<AccessRights>>