VCenterInfrastructureProfile 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.
Specifies the vCenter infrastructure specific settings for the virtual machine.
public class VCenterInfrastructureProfile : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VCenterInfrastructureProfile>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ConnectedVMwarevSphere.Models.VCenterInfrastructureProfile>
type VCenterInfrastructureProfile = class
interface IJsonModel<VCenterInfrastructureProfile>
interface IPersistableModel<VCenterInfrastructureProfile>
Public Class VCenterInfrastructureProfile
Implements IJsonModel(Of VCenterInfrastructureProfile), IPersistableModel(Of VCenterInfrastructureProfile)
- Inheritance
-
VCenterInfrastructureProfile
- Implements
Constructors
VCenterInfrastructureProfile() |
Initializes a new instance of VCenterInfrastructureProfile. |
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. |
Explicit Interface Implementations
IJsonModel<VCenterInfrastructureProfile>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<VCenterInfrastructureProfile>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<VCenterInfrastructureProfile>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<VCenterInfrastructureProfile>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<VCenterInfrastructureProfile>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET