PrivateCloudUpdate 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET