VMwareCbtDiskInput Constructors
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.
Overloads
VMwareCbtDiskInput() |
Initializes a new instance of the VMwareCbtDiskInput class. |
VMwareCbtDiskInput(String, String, String, String, String, String) |
Initializes a new instance of the VMwareCbtDiskInput class. |
VMwareCbtDiskInput()
Initializes a new instance of the VMwareCbtDiskInput class.
public VMwareCbtDiskInput ();
Public Sub New ()
Applies to
VMwareCbtDiskInput(String, String, String, String, String, String)
Initializes a new instance of the VMwareCbtDiskInput class.
public VMwareCbtDiskInput (string diskId, string isOSDisk, string logStorageAccountId, string logStorageAccountSasSecretName, string diskType = default, string diskEncryptionSetId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtDiskInput : string * string * string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.VMwareCbtDiskInput
Public Sub New (diskId As String, isOSDisk As String, logStorageAccountId As String, logStorageAccountSasSecretName As String, Optional diskType As String = Nothing, Optional diskEncryptionSetId As String = Nothing)
Parameters
- diskId
- String
The disk Id.
- isOSDisk
- String
A value indicating whether the disk is the OS disk.
- logStorageAccountId
- String
The log storage account ARM Id.
- logStorageAccountSasSecretName
- String
The key vault secret name of the log storage account.
- diskType
- String
The disk type. Possible values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS'
- diskEncryptionSetId
- String
The DiskEncryptionSet ARM Id.