VmInfo(String, String) Constructor
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.
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.