次の方法で共有


ManagedClustersOperationsExtensions.BeginCreateOrUpdateAsync メソッド

定義

Service Fabric マネージド クラスター リソースを作成または更新します。

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

パラメーター

operations
IManagedClustersOperations

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

resourceGroupName
String

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

clusterName
String

クラスター リソースの名前。

parameters
ManagedCluster

クラスター リソース。

cancellationToken
CancellationToken

キャンセル トークン。

戻り値

注釈

指定した名前で Service Fabric マネージド クラスター リソースを作成または更新します。

適用対象