다음을 통해 공유


PrivateCloudUpdate 생성자

정의

오버로드

PrivateCloudUpdate()

PrivateCloudUpdate 클래스의 새 instance 초기화합니다.

PrivateCloudUpdate(IDictionary<String,String>, ManagementCluster, String, IList<IdentitySource>, AvailabilityProperties, Encryption, PrivateCloudIdentity)

PrivateCloudUpdate 클래스의 새 instance 초기화합니다.

PrivateCloudUpdate()

PrivateCloudUpdate 클래스의 새 instance 초기화합니다.

public PrivateCloudUpdate ();
Public Sub New ()

적용 대상

PrivateCloudUpdate(IDictionary<String,String>, ManagementCluster, String, IList<IdentitySource>, AvailabilityProperties, Encryption, PrivateCloudIdentity)

PrivateCloudUpdate 클래스의 새 instance 초기화합니다.

public PrivateCloudUpdate (System.Collections.Generic.IDictionary<string,string> tags = default, Microsoft.Azure.Management.Avs.Models.ManagementCluster managementCluster = default, string internet = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Avs.Models.IdentitySource> identitySources = default, Microsoft.Azure.Management.Avs.Models.AvailabilityProperties availability = default, Microsoft.Azure.Management.Avs.Models.Encryption encryption = default, Microsoft.Azure.Management.Avs.Models.PrivateCloudIdentity identity = default);
new Microsoft.Azure.Management.Avs.Models.PrivateCloudUpdate : System.Collections.Generic.IDictionary<string, string> * Microsoft.Azure.Management.Avs.Models.ManagementCluster * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Avs.Models.IdentitySource> * Microsoft.Azure.Management.Avs.Models.AvailabilityProperties * Microsoft.Azure.Management.Avs.Models.Encryption * Microsoft.Azure.Management.Avs.Models.PrivateCloudIdentity -> Microsoft.Azure.Management.Avs.Models.PrivateCloudUpdate
Public Sub New (Optional tags As IDictionary(Of String, String) = Nothing, Optional managementCluster As ManagementCluster = Nothing, Optional internet As String = Nothing, Optional identitySources As IList(Of IdentitySource) = Nothing, Optional availability As AvailabilityProperties = Nothing, Optional encryption As Encryption = Nothing, Optional identity As PrivateCloudIdentity = Nothing)

매개 변수

tags
IDictionary<String,String>

리소스 태그

managementCluster
ManagementCluster

관리에 사용되는 기본 클러스터

internet
String

인터넷에 대한 연결이 활성화되거나 사용하지 않도록 설정됩니다. 가능한 값은 'Enabled', 'Disabled'입니다.

identitySources
IList<IdentitySource>

vCenter Single Sign-On ID 원본

availability
AvailabilityProperties

클라우드가 가용성 영역에 분산되는 방법을 설명하는 속성

encryption
Encryption

고객 관리형 키 암호화를 사용하거나 사용하지 않도록 설정할 수 있습니다.

identity
PrivateCloudIdentity

구성된 경우 프라이빗 클라우드의 ID입니다.

적용 대상