你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

VMwareIdentity Class

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VMwareIdentityTypeConverter))]
public class VMwareIdentity : Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.VMwareIdentityTypeConverter))>]
type VMwareIdentity = class
    interface IVMwareIdentity
    interface IJsonSerializable
Public Class VMwareIdentity
Implements IVMwareIdentity
Inheritance
VMwareIdentity
Attributes
Implements

Constructors

VMwareIdentity()

Creates an new VMwareIdentity instance.

Properties

AddonName

Name of the addon for the private cloud

AuthorizationName

Name of the ExpressRoute Circuit Authorization in the private cloud

CloudLinkName

Name of the cloud link resource

ClusterName

Name of the cluster in the private cloud

DatastoreName

Name of the datastore in the private cloud cluster

DhcpId

NSX DHCP identifier. Generally the same as the DHCP display name

DnsServiceId

NSX DNS Service identifier. Generally the same as the DNS Service's display name

DnsZoneId

NSX DNS Zone identifier. Generally the same as the DNS Zone's display name

GatewayId

NSX Gateway identifier. Generally the same as the Gateway's display name

GlobalReachConnectionName

Name of the global reach connection in the private cloud

HcxEnterpriseSiteName

Name of the HCX Enterprise Site in the private cloud

Id

Resource identity path

Location

Azure region

PlacementPolicyName

Name of the VMware vSphere Distributed Resource Scheduler (DRS) placement policy

PortMirroringId

NSX Port Mirroring identifier. Generally the same as the Port Mirroring display name

PrivateCloudName

Name of the private cloud

PublicIPId

NSX Public IP Block identifier. Generally the same as the Public IP Block's display name

ResourceGroupName

The name of the resource group. The name is case insensitive.

ScriptCmdletName

Name of the script cmdlet resource in the script package in the private cloud

ScriptExecutionName

Name of the user-invoked script execution resource

ScriptPackageName

Name of the script package in the private cloud

SegmentId

NSX Segment identifier. Generally the same as the Segment's display name

SubscriptionId

The ID of the target subscription.

VirtualMachineId

Virtual Machine identifier

VMGroupId

NSX VM Group identifier. Generally the same as the VM Group's display name

WorkloadNetworkName

Name for the workload network in the private cloud

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of VMwareIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of VMwareIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.VMware.Models.IVMwareIdentity.

FromJsonString(String)

Creates a new instance of VMwareIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of VMwareIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to