你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
PrivateCloud 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.
A private cloud resource
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.PrivateCloudTypeConverter))]
public class PrivateCloud : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IPrivateCloud, Microsoft.Azure.PowerShell.Cmdlets.VMware.Runtime.IValidates
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.PrivateCloudTypeConverter))>]
type PrivateCloud = class
interface IPrivateCloud
interface IJsonSerializable
interface ITrackedResource
interface IResource
interface IValidates
Public Class PrivateCloud
Implements IPrivateCloud, IValidates
- Inheritance
-
PrivateCloud
- Attributes
- Implements
Constructors
PrivateCloud() |
Creates an new PrivateCloud instance. |
Properties
AvailabilitySecondaryZone |
The secondary availability zone for the private cloud |
AvailabilityStrategy |
The availability strategy for the private cloud |
AvailabilityZone |
The primary availability zone for the private cloud |
CircuitExpressRouteId |
Identifier of the ExpressRoute Circuit (Microsoft Colo only) |
CircuitExpressRoutePrivatePeeringId |
ExpressRoute Circuit private peering identifier |
CircuitPrimarySubnet |
CIDR of primary subnet |
CircuitSecondarySubnet |
CIDR of secondary subnet |
DnsZoneType |
The type of DNS zone to use. |
EncryptionStatus |
Status of customer managed encryption key |
EndpointHcxCloudManager |
Endpoint FQDN for the HCX Cloud Manager |
EndpointHcxCloudManagerIP |
Endpoint IP for the HCX Cloud Manager |
EndpointNsxtManager |
Endpoint FQDN for the NSX-T Data Center manager |
EndpointNsxtManagerIP |
Endpoint IP for the NSX-T Data Center manager |
EndpointVcenterIP |
Endpoint IP for Virtual Center Server Appliance |
EndpointVcsa |
Endpoint FQDN for Virtual Center Server Appliance |
ExtendedNetworkBlock |
Array of additional networks noncontiguous with networkBlock. Networks must be unique and non-overlapping across VNet in your subscription, on-premise, and this privateCloud networkBlock attribute. Make sure the CIDR format conforms to (A.B.C.D/X). |
ExternalCloudLink |
Array of cloud link IDs from other clouds that connect to this one |
Id |
Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}" |
IdentityPrincipalId |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. |
IdentitySource |
vCenter Single Sign On Identity Sources |
IdentityTenantId |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. |
IdentityType |
Type of managed service identity (either system assigned, or none). |
Internet |
Connectivity to internet is enabled or disabled |
KeyVaultPropertyAutoDetectedKeyVersion |
The auto-detected version of the key if versionType is auto-detected. |
KeyVaultPropertyKeyName |
The name of the key. |
KeyVaultPropertyKeyState |
The state of key provided |
KeyVaultPropertyKeyVaultUrl |
The URL of the vault. |
KeyVaultPropertyKeyVersion |
The version of the key. |
KeyVaultPropertyVersionType |
Property of the key if user provided or auto detected |
Location |
The geo-location where the resource lives |
ManagementClusterHost |
The hosts |
ManagementClusterId |
The identity |
ManagementClusterProvisioningState |
The state of the cluster provisioning |
ManagementClusterSize |
The cluster size |
ManagementClusterVsanDatastoreName |
Name of the vsan datastore associated with the cluster |
ManagementNetwork |
Network used to access vCenter Server and NSX-T Manager |
Name |
The name of the resource |
NetworkBlock |
The block of addresses should be unique across VNet in your subscription as well as on-premise. Make sure the CIDR format is conformed to (A.B.C.D/X) where A,B,C,D are between 0 and 255, and X is between 0 and 22 |
NsxPublicIPQuotaRaised |
Flag to indicate whether the private cloud has the quota for provisioned NSX Public IP count raised from 64 to 1024 |
NsxtCertificateThumbprint |
Thumbprint of the NSX-T Manager SSL certificate |
NsxtPassword |
Optionally, set the NSX-T Manager password when the private cloud is created |
ProvisioningNetwork |
Used for virtual machine cold migration, cloning, and snapshot migration |
ProvisioningState |
The provisioning state |
ResourceGroupName |
Gets the resource group name |
SecondaryCircuitExpressRouteId |
Identifier of the ExpressRoute Circuit (Microsoft Colo only) |
SecondaryCircuitExpressRoutePrivatePeeringId |
ExpressRoute Circuit private peering identifier |
SecondaryCircuitPrimarySubnet |
CIDR of primary subnet |
SecondaryCircuitSecondarySubnet |
CIDR of secondary subnet |
SkuCapacity |
If the SKU supports scale out/in then the capacity integer should be included. If scale out/in is not possible for the resource this may be omitted. |
SkuFamily |
If the service has different generations of hardware, for the same SKU, then that can be captured here. |
SkuName |
The name of the SKU. E.g. P3. It is typically a letter+number code |
SkuSize |
The SKU size. When the name field is the combination of tier and some other value, this would be the standalone code. |
SkuTier |
This field is required to be implemented by the Resource Provider if the service has more than one tier, but is not required on a PUT. |
SystemDataCreatedAt |
The timestamp of resource creation (UTC). |
SystemDataCreatedBy |
The identity that created the resource. |
SystemDataCreatedByType |
The type of identity that created the resource. |
SystemDataLastModifiedAt |
The timestamp of resource last modification (UTC) |
SystemDataLastModifiedBy |
The identity that last modified the resource. |
SystemDataLastModifiedByType |
The type of identity that last modified the resource. |
Tag |
Resource tags. |
Type |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" |
VcenterCertificateThumbprint |
Thumbprint of the vCenter Server SSL certificate |
VcenterPassword |
Optionally, set the vCenter admin password when the private cloud is created |
VirtualNetworkId |
Azure resource ID of the virtual network |
VmotionNetwork |
Used for live migration of virtual machines |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of PrivateCloud. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of PrivateCloud. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IPrivateCloud. |
FromJsonString(String) |
Creates a new instance of PrivateCloud, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of PrivateCloud into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() | |
Validate(IEventListener) |
Validates that this object meets the validation criteria. |