PrivateCloudUpdate Constructors

Definition

Overloads

PrivateCloudUpdate()

Initializes a new instance of the PrivateCloudUpdate class.

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

Initializes a new instance of the PrivateCloudUpdate class.

PrivateCloudUpdate()

Initializes a new instance of the PrivateCloudUpdate class.

public PrivateCloudUpdate ();
Public Sub New ()

Applies to

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

Initializes a new instance of the PrivateCloudUpdate class.

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)

Parameters

tags
IDictionary<String,String>

Resource tags

managementCluster
ManagementCluster

The default cluster used for management

internet
String

Connectivity to internet is enabled or disabled. Possible values include: 'Enabled', 'Disabled'

identitySources
IList<IdentitySource>

vCenter Single Sign On Identity Sources

availability
AvailabilityProperties

Properties describing how the cloud is distributed across availability zones

encryption
Encryption

Customer managed key encryption, can be enabled or disabled

identity
PrivateCloudIdentity

The identity of the private cloud, if configured.

Applies to