RestorePointSourceVMStorageProfile Constructors

Definition

Overloads

RestorePointSourceVMStorageProfile()

Initializes a new instance of the RestorePointSourceVMStorageProfile class.

RestorePointSourceVMStorageProfile(RestorePointSourceVMOSDisk, IList<RestorePointSourceVMDataDisk>)

Initializes a new instance of the RestorePointSourceVMStorageProfile class.

RestorePointSourceVMStorageProfile()

Initializes a new instance of the RestorePointSourceVMStorageProfile class.

public RestorePointSourceVMStorageProfile ();
Public Sub New ()

Applies to

RestorePointSourceVMStorageProfile(RestorePointSourceVMOSDisk, IList<RestorePointSourceVMDataDisk>)

Initializes a new instance of the RestorePointSourceVMStorageProfile class.

public RestorePointSourceVMStorageProfile (Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk osDisk = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk> dataDisks = default);
new Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile : Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMOSDisk * System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMDataDisk> -> Microsoft.Azure.Management.Compute.Models.RestorePointSourceVMStorageProfile
Public Sub New (Optional osDisk As RestorePointSourceVMOSDisk = Nothing, Optional dataDisks As IList(Of RestorePointSourceVMDataDisk) = Nothing)

Parameters

osDisk
RestorePointSourceVMOSDisk

Gets the OS disk of the VM captured at the time of the restore point creation.

dataDisks
IList<RestorePointSourceVMDataDisk>

Gets the data disks of the VM captured at the time of the restore point creation.

Applies to