PrivateCloudUpdate Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An update to a private cloud resource
[Microsoft.Rest.Serialization.JsonTransformation]
public class PrivateCloudUpdate
[<Microsoft.Rest.Serialization.JsonTransformation>]
type PrivateCloudUpdate = class
Public Class PrivateCloudUpdate
- Inheritance
-
PrivateCloudUpdate
- Attributes
Constructors
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. |
Properties
Availability |
Gets or sets properties describing how the cloud is distributed across availability zones |
Encryption |
Gets or sets customer managed key encryption, can be enabled or disabled |
Identity |
Gets or sets the identity of the private cloud, if configured. |
IdentitySources |
Gets or sets vCenter Single Sign On Identity Sources |
Internet |
Gets or sets connectivity to internet is enabled or disabled. Possible values include: 'Enabled', 'Disabled' |
ManagementCluster |
Gets or sets the default cluster used for management |
Tags |
Gets or sets resource tags |
Applies to
Azure SDK for .NET