IConnectedVMwareIdentity Interface
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 interface IConnectedVMwareIdentity : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.ConnectedVMwareIdentityTypeConverter))>]
type IConnectedVMwareIdentity = interface
interface IJsonSerializable
Public Interface IConnectedVMwareIdentity
Implements IJsonSerializable
- Derived
- Attributes
- Implements
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
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |