你当前正在访问 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.

AuthorizationName

Name of the ExpressRoute Circuit Authorization

CloudLinkName

Name of the cloud link.

ClusterName

Name of the cluster

DatastoreName

Name of the datastore

DhcpId

The ID of the DHCP configuration

DnsServiceId

ID of the DNS service.

DnsZoneId

ID of the DNS zone.

GatewayId

The ID of the NSX Gateway

GlobalReachConnectionName

Name of the global reach connection

HcxEnterpriseSiteName

Name of the HCX Enterprise Site

Id

Resource identity path

Location

The name of the Azure region.

PlacementPolicyName

Name of the placement policy.

PortMirroringId

ID of the NSX port mirroring profile.

PrivateCloudName

Name of the private cloud

PublicIPId

ID of the DNS zone.

ResourceGroupName

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

ScriptCmdletName

Name of the script cmdlet.

ScriptExecutionName

Name of the script cmdlet.

ScriptPackageName

Name of the script package.

SegmentId

The ID of the NSX Segment

SubscriptionId

The ID of the target subscription. The value must be an UUID.

VirtualMachineId

ID of the virtual machine.

VMGroupId

ID of the VM group.

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