Share via


VMwareCbtProtectedDiskDetails Constructors

Definition

Overloads

VMwareCbtProtectedDiskDetails()

Initializes a new instance of the VMwareCbtProtectedDiskDetails class.

VMwareCbtProtectedDiskDetails(String, String, String, String, String, Nullable<Int64>, String, String, String, String, String, String, String, String)

Initializes a new instance of the VMwareCbtProtectedDiskDetails class.

VMwareCbtProtectedDiskDetails()

Initializes a new instance of the VMwareCbtProtectedDiskDetails class.

public VMwareCbtProtectedDiskDetails ();
Public Sub New ()

Applies to

VMwareCbtProtectedDiskDetails(String, String, String, String, String, Nullable<Int64>, String, String, String, String, String, String, String, String)

Initializes a new instance of the VMwareCbtProtectedDiskDetails class.

public VMwareCbtProtectedDiskDetails (string diskId = default, string diskName = default, string diskType = default, string diskPath = default, string isOSDisk = default, long? capacityInBytes = default, string logStorageAccountId = default, string logStorageAccountSasSecretName = default, string diskEncryptionSetId = default, string seedManagedDiskId = default, string seedBlobUri = default, string targetManagedDiskId = default, string targetBlobUri = default, string targetDiskName = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtProtectedDiskDetails : string * string * string * string * string * Nullable<int64> * string * string * string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtProtectedDiskDetails
Public Sub New (Optional diskId As String = Nothing, Optional diskName As String = Nothing, Optional diskType As String = Nothing, Optional diskPath As String = Nothing, Optional isOSDisk As String = Nothing, Optional capacityInBytes As Nullable(Of Long) = Nothing, Optional logStorageAccountId As String = Nothing, Optional logStorageAccountSasSecretName As String = Nothing, Optional diskEncryptionSetId As String = Nothing, Optional seedManagedDiskId As String = Nothing, Optional seedBlobUri As String = Nothing, Optional targetManagedDiskId As String = Nothing, Optional targetBlobUri As String = Nothing, Optional targetDiskName As String = Nothing)

Parameters

diskId
String

The disk id.

diskName
String

The disk name.

diskType
String

The disk type. Possible values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS'

diskPath
String

The disk path.

isOSDisk
String

A value indicating whether the disk is the OS disk.

capacityInBytes
Nullable<Int64>

The disk capacity in bytes.

logStorageAccountId
String

The log storage account ARM Id.

logStorageAccountSasSecretName
String

The key vault secret name of the log storage account.

diskEncryptionSetId
String

The DiskEncryptionSet ARM Id.

seedManagedDiskId
String

The ARM Id of the seed managed disk.

seedBlobUri
String

The uri of the seed blob.

targetManagedDiskId
String

The ARM Id of the target managed disk.

targetBlobUri
String

The uri of the target blob.

targetDiskName
String

The name for the target managed disk.

Applies to