Language

VmInfo(String, String) Constructor

Definition

Initializes a new instance of VmInfo.

public VmInfo(string sourceVmGuid, string storageAccountId);
new Azure.ResourceManager.CommvaultContentStore.Models.VmInfo : string * string -> Azure.ResourceManager.CommvaultContentStore.Models.VmInfo
Public Sub New (sourceVmGuid As String, storageAccountId As String)

Parameters

sourceVmGuid
String

The GUID of VM to be restored.

storageAccountId
String

The storage account to be used for restore.

Exceptions

sourceVmGuid or storageAccountId is null.

Applies to