次の方法で共有


ApplicationGroupOperationsExtensions.CreateOrUpdateApplicationGroupAsync メソッド

定義

名前空間の ApplicationGroup を作成または更新します。

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

パラメーター

operations
IApplicationGroupOperations

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

resourceGroupName
String

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

namespaceName
String

名前空間名

applicationGroupName
String

アプリケーション グループ名

parameters
ApplicationGroup

ApplicationGroup。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

適用対象