VMwareIdentity 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.
[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 |
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() |