ConnectedVMwareIdentity 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.ConnectedVMware.Models.ConnectedVMwareIdentityTypeConverter))]
public class ConnectedVMwareIdentity : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IConnectedVMwareIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ConnectedVMwareIdentityTypeConverter))>]
type ConnectedVMwareIdentity = class
interface IConnectedVMwareIdentity
interface IJsonSerializable
Public Class ConnectedVMwareIdentity
Implements IConnectedVMwareIdentity
- Inheritance
-
ConnectedVMwareIdentity
- Attributes
- Implements
Constructors
ConnectedVMwareIdentity() |
Creates an new ConnectedVMwareIdentity instance. |
Properties
ClusterName |
Name of the cluster. |
DatastoreName |
Name of the datastore. |
HostName |
Name of the host. |
Id |
Resource identity path |
InventoryItemName |
Name of the inventoryItem. |
ResourceGroupName |
The Resource Group Name. |
ResourcePoolName |
Name of the resourcePool. |
ResourceUri |
The fully qualified Azure Resource manager identifier of the Hybrid Compute machine resource to be extended. |
SubscriptionId |
The Subscription ID. |
VcenterName |
Name of the vCenter. |
VirtualMachineTemplateName |
Name of the virtual machine template resource. |
VirtualNetworkName |
Name of the virtual network resource. |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of ConnectedVMwareIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of ConnectedVMwareIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IConnectedVMwareIdentity. |
FromJsonString(String) |
Creates a new instance of ConnectedVMwareIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of ConnectedVMwareIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |