Share via


InfrastructureProfile Class

Definition

Specifies the vCenter infrastructure specific settings for the virtual machine.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.InfrastructureProfileTypeConverter))]
public class InfrastructureProfile : Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IInfrastructureProfile
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.InfrastructureProfileTypeConverter))>]
type InfrastructureProfile = class
    interface IInfrastructureProfile
    interface IJsonSerializable
Public Class InfrastructureProfile
Implements IInfrastructureProfile
Inheritance
InfrastructureProfile
Attributes
Implements

Constructors

InfrastructureProfile()

Creates an new InfrastructureProfile instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of InfrastructureProfile.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of InfrastructureProfile.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ConnectedVMware.Models.IInfrastructureProfile.

FromJsonString(String)

Creates a new instance of InfrastructureProfile, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of InfrastructureProfile into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to