次の方法で共有


NamespacesOperationsExtensions.CreateOrUpdate メソッド

定義

サービス名前空間を作成または更新します。 作成されると、この名前空間のリソース マニフェストは変更できません。 この操作はべき等です。 http://msdn.microsoft.com/en-us/library/windowsazure/jj856303.aspx

public static Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource CreateOrUpdate(this Microsoft.Azure.Management.NotificationHubs.INamespacesOperations operations, string resourceGroupName, string namespaceName, Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.NotificationHubs.INamespacesOperations * string * string * Microsoft.Azure.Management.NotificationHubs.Models.NamespaceCreateOrUpdateParameters -> Microsoft.Azure.Management.NotificationHubs.Models.NamespaceResource
<Extension()>
Public Function CreateOrUpdate (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String, parameters As NamespaceCreateOrUpdateParameters) As NamespaceResource

パラメーター

operations
INamespacesOperations

この拡張メソッドの操作グループ。

resourceGroupName
String

リソース グループの名前。

namespaceName
String

名前空間の名前。

parameters
NamespaceCreateOrUpdateParameters

名前空間リソースを作成するために指定されたパラメーター。

戻り値

適用対象