次の方法で共有


ContainerServicesOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

注意事項

This operation is deprecated. Please do not use it any longer.

コンテナー サービスを作成または更新します。

[System.Obsolete("This operation is deprecated. Please do not use it any longer.")]
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner> BeginCreateOrUpdateAsync (this Microsoft.Azure.Management.ContainerService.Fluent.IContainerServicesOperations operations, string resourceGroupName, string containerServiceName, Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner parameters, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("This operation is deprecated. Please do not use it any longer.")>]
static member BeginCreateOrUpdateAsync : Microsoft.Azure.Management.ContainerService.Fluent.IContainerServicesOperations * string * string * Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ContainerService.Fluent.Models.ContainerServiceInner>
<Extension()>
Public Function BeginCreateOrUpdateAsync (operations As IContainerServicesOperations, resourceGroupName As String, containerServiceName As String, parameters As ContainerServiceInner, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ContainerServiceInner)

パラメーター

operations
IContainerServicesOperations

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

resourceGroupName
String

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

containerServiceName
String

指定したサブスクリプションとリソース グループ内のコンテナー サービスの名前。

parameters
ContainerServiceInner

コンテナー サービスの作成または更新操作に指定されたパラメーター。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

属性

注釈

オーケストレーター、マスター、エージェントの指定した構成でコンテナー サービスを作成または更新します。

適用対象