次の方法で共有


NamespacesOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

名前空間を作成または更新します。 作成されると、この名前空間のリソース マニフェストは変更できません。 この操作はべき等です。

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

パラメーター

operations
INamespacesOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

parameters
EHNamespace

名前空間リソースを作成するためのパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象