NamespacesOperationsExtensions.CreateOrUpdate メソッド

定義

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

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

パラメーター

operations
INamespacesOperations

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

resourceGroupName
String

Azure サブスクリプション内のリソース グループの名前。

namespaceName
String

名前空間の名前。

parameters
SBNamespace

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

戻り値

適用対象