NamespacesOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

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

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.Models.SBNamespace> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.ServiceBus.INamespacesOperations operations, string resourceGroupName, string namespaceName, Microsoft.Azure.Management.ServiceBus.Models.SBNamespace parameters, System.Threading.CancellationToken cancellationToken = default);
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.ServiceBus.INamespacesOperations * string * string * Microsoft.Azure.Management.ServiceBus.Models.SBNamespace * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ServiceBus.Models.SBNamespace>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As INamespacesOperations, resourceGroupName As String, namespaceName As String, parameters As SBNamespace, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SBNamespace)

パラメーター

operations
INamespacesOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間の名前。

parameters
SBNamespace

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

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象