VirtualMachineTemplateData 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.
A class representing the VirtualMachineTemplate data model. Define the virtualMachineTemplate.
public class VirtualMachineTemplateData : Azure.ResourceManager.Models.TrackedResourceData
type VirtualMachineTemplateData = class
inherit TrackedResourceData
Public Class VirtualMachineTemplateData
Inherits TrackedResourceData
- Inheritance
Constructors
VirtualMachineTemplateData(AzureLocation) |
Initializes a new instance of VirtualMachineTemplateData. |
Properties
CustomResourceName |
Gets the name of the corresponding resource in Kubernetes. |
Disks |
Gets or sets the disks the template. |
ExtendedLocation |
Gets or sets the extended location. |
FirmwareType |
Firmware type. |
FolderPath |
Gets or sets the folder path of the template. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
InventoryItemId |
Gets or sets the inventory Item ID for the virtual machine template. |
Kind |
Metadata used by portal/tooling/etc to render different UX experiences for resources of the same type; e.g. ApiApps are a kind of Microsoft.Web/sites type. If supported, the resource provider must validate and persist this value. |
Location |
The geo-location where the resource lives. (Inherited from TrackedResourceData) |
MemorySizeMB |
Gets or sets memory size in MBs for the template. |
MoName |
Gets or sets the vCenter Managed Object name for the virtual machine template. |
MoRefId |
Gets or sets the vCenter MoRef (Managed Object Reference) ID for the virtual machine template. |
Name |
The name of the resource. (Inherited from ResourceData) |
NetworkInterfaces |
Gets or sets the network interfaces of the template. |
NumCoresPerSocket |
Gets or sets the number of cores per socket for the template. Defaults to 1 if unspecified. |
NumCpus |
Gets or sets the number of vCPUs for the template. |
OSName |
Gets or sets os name. |
OSType |
Gets or sets the type of the os. |
ProvisioningState |
Gets or sets the provisioning state. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
Statuses |
The resource status information. |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Tags |
Resource tags. (Inherited from TrackedResourceData) |
ToolsVersion |
Gets or sets the current version of VMware Tools. |
ToolsVersionStatus |
Gets or sets the current version status of VMware Tools installed in the guest operating system. |
Uuid |
Gets or sets a unique identifier for this resource. |
VCenterId |
Gets or sets the ARM Id of the vCenter resource in which this template resides. |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from TrackedResourceData) |
Applies to
Azure SDK for .NET