IInfrastructureProfile 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.InfrastructureProfileTypeConverter))]
public interface IInfrastructureProfile : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.InfrastructureProfileTypeConverter))>]
type IInfrastructureProfile = interface
interface IJsonSerializable
Public Interface IInfrastructureProfile
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
CustomResourceName |
Gets the name of the corresponding resource in Kubernetes. |
FirmwareType |
Firmware type |
FolderPath |
Gets or sets the folder path of the vm. |
InstanceUuid |
Gets or sets the instance uuid of the vm. |
InventoryItemId |
Gets or sets the inventory Item ID for the virtual machine. |
MoName |
Gets or sets the vCenter Managed Object name for the virtual machine. |
MoRefId |
Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine. |
SmbiosUuid |
Gets or sets the SMBIOS UUID of the vm. |
TemplateId |
Gets or sets the ARM Id of the template resource to deploy the virtual machine. |
VCenterId |
Gets or sets the ARM Id of the vCenter resource in which this resource pool resides. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |