ClustersOperationsExtensions.CreateOrUpdate 메서드

정의

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

public static Microsoft.Azure.Management.Avs.Models.Cluster CreateOrUpdate (this Microsoft.Azure.Management.Avs.IClustersOperations operations, string resourceGroupName, string privateCloudName, string clusterName, Microsoft.Azure.Management.Avs.Models.Cluster cluster);
static member CreateOrUpdate : Microsoft.Azure.Management.Avs.IClustersOperations * string * string * string * Microsoft.Azure.Management.Avs.Models.Cluster -> Microsoft.Azure.Management.Avs.Models.Cluster
<Extension()>
Public Function CreateOrUpdate (operations As IClustersOperations, resourceGroupName As String, privateCloudName As String, clusterName As String, cluster As Cluster) As Cluster

매개 변수

operations
IClustersOperations

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

resourceGroupName
String

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

privateCloudName
String

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

clusterName
String

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

cluster
Cluster

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

반환

적용 대상