AvsPrivateCloudClusterVirtualMachineData 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 AvsPrivateCloudClusterVirtualMachine data model. Virtual Machine
public class AvsPrivateCloudClusterVirtualMachineData : Azure.ResourceManager.Models.ResourceData, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Avs.AvsPrivateCloudClusterVirtualMachineData>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Avs.AvsPrivateCloudClusterVirtualMachineData>
public class AvsPrivateCloudClusterVirtualMachineData : Azure.ResourceManager.Models.ResourceData
type AvsPrivateCloudClusterVirtualMachineData = class
inherit ResourceData
interface IJsonModel<AvsPrivateCloudClusterVirtualMachineData>
interface IPersistableModel<AvsPrivateCloudClusterVirtualMachineData>
type AvsPrivateCloudClusterVirtualMachineData = class
inherit ResourceData
Public Class AvsPrivateCloudClusterVirtualMachineData
Inherits ResourceData
Implements IJsonModel(Of AvsPrivateCloudClusterVirtualMachineData), IPersistableModel(Of AvsPrivateCloudClusterVirtualMachineData)
Public Class AvsPrivateCloudClusterVirtualMachineData
Inherits ResourceData
- Inheritance
- Implements
Constructors
AvsPrivateCloudClusterVirtualMachineData() |
Initializes a new instance of AvsPrivateCloudClusterVirtualMachineData. |
Properties
DisplayName |
Display name of the VM. |
FolderPath |
Path to virtual machine's folder starting from datacenter virtual machine folder. |
Id |
Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}. (Inherited from ResourceData) |
MoRefId |
Virtual machine managed object reference id. |
Name |
The name of the resource. (Inherited from ResourceData) |
ProvisioningState |
The provisioning state of the resource. |
ResourceType |
The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts". (Inherited from ResourceData) |
RestrictMovement |
Whether VM DRS-driven movement is restricted (enabled) or not (disabled). |
SystemData |
Azure Resource Manager metadata containing createdBy and modifiedBy information. (Inherited from ResourceData) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | |
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) | (Inherited from ResourceData) |
Explicit Interface Implementations
IJsonModel<AvsPrivateCloudClusterVirtualMachineData>.Create(Utf8JsonReader, ModelReaderWriterOptions) |
Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model. |
IJsonModel<AvsPrivateCloudClusterVirtualMachineData>.Write(Utf8JsonWriter, ModelReaderWriterOptions) |
Writes the model to the provided Utf8JsonWriter. |
IPersistableModel<AvsPrivateCloudClusterVirtualMachineData>.Create(BinaryData, ModelReaderWriterOptions) |
Converts the provided BinaryData into a model. |
IPersistableModel<AvsPrivateCloudClusterVirtualMachineData>.GetFormatFromOptions(ModelReaderWriterOptions) |
Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service. |
IPersistableModel<AvsPrivateCloudClusterVirtualMachineData>.Write(ModelReaderWriterOptions) |
Writes the model into a BinaryData. |
Applies to
Azure SDK for .NET