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

NotificationHubsManagementClient.CreateNamespace Method

Definition

public Microsoft.Azure.Commands.NotificationHubs.Models.NamespaceAttributes CreateNamespace (string resourceGroupName, string namespaceName, string location, System.Collections.Generic.Dictionary<string,string> tags, string skuTier);
member this.CreateNamespace : string * string * string * System.Collections.Generic.Dictionary<string, string> * string -> Microsoft.Azure.Commands.NotificationHubs.Models.NamespaceAttributes
Public Function CreateNamespace (resourceGroupName As String, namespaceName As String, location As String, tags As Dictionary(Of String, String), skuTier As String) As NamespaceAttributes

Parameters

resourceGroupName
String
namespaceName
String
location
String
skuTier
String

Returns

Applies to