ClustersOperationsExtensions.CreateOrUpdateAsync 메서드

정의

프라이빗 클라우드에서 클러스터 만들기 또는 업데이트

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.Cluster> CreateOrUpdateAsync (this Microsoft.Azure.Management.Avs.IClustersOperations operations, string resourceGroupName, string privateCloudName, string clusterName, Microsoft.Azure.Management.Avs.Models.Cluster cluster, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Avs.IClustersOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.Cluster * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Avs.Models.Cluster>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IClustersOperations, resourceGroupName As String, privateCloudName As String, clusterName As String, cluster As Cluster, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Cluster)

매개 변수

operations
IClustersOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

리소스 그룹의 이름. 이름은 대소문자를 구분하지 않습니다.

privateCloudName
String

프라이빗 클라우드의 이름입니다.

clusterName
String

프라이빗 클라우드의 클러스터 이름

cluster
Cluster

프라이빗 클라우드의 클러스터

cancellationToken
CancellationToken

취소 토큰입니다.

반환

적용 대상