VmInfo 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.
The properties of information of a VM.
public class VmInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.CommvaultContentStore.Models.VmInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.CommvaultContentStore.Models.VmInfo>
type VmInfo = class
interface IJsonModel<VmInfo>
interface IPersistableModel<VmInfo>
Public Class VmInfo
Implements IJsonModel(Of VmInfo), IPersistableModel(Of VmInfo)
- Inheritance
-
VmInfo
- Implements
Constructors
| Name | Description |
|---|---|
| VmInfo(String, String) |
Initializes a new instance of VmInfo. |
Properties
| Name | Description |
|---|---|
| Name |
The name of the VM. |
| NetworkId |
The network Id of the VM. |
| Region |
The region of the VM. |
| ResourceGroup |
The resource group of the VM. |
| ShouldAttachAndSwapOSDisk |
The identifier to check if to attach and swap disk of the VM. |
| ShouldPowerOnVmAfterRestore |
The identifier to check if VM needs to be powered on. |
| SourceVmGuid |
The GUID of VM to be restored. |
| StorageAccountId |
The storage account to be used for restore. |
| SubnetId |
The subnet Id of the VM. |
| TargetVmGuid |
The GUID of target VM used in DISK ATTACH. |
| VmTags |
The vmTag of the VM. |