InMageAzureV2DiskInputDetails 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
InMageAzureV2DiskInputDetails() |
Initializes a new instance of the InMageAzureV2DiskInputDetails class. |
InMageAzureV2DiskInputDetails(String, String, String, String) |
Initializes a new instance of the InMageAzureV2DiskInputDetails class. |
InMageAzureV2DiskInputDetails()
Initializes a new instance of the InMageAzureV2DiskInputDetails class.
public InMageAzureV2DiskInputDetails ();
Public Sub New ()
Applies to
InMageAzureV2DiskInputDetails(String, String, String, String)
Initializes a new instance of the InMageAzureV2DiskInputDetails class.
public InMageAzureV2DiskInputDetails (string diskId = default, string logStorageAccountId = default, string diskType = default, string diskEncryptionSetId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageAzureV2DiskInputDetails : string * string * string * string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.InMageAzureV2DiskInputDetails
Public Sub New (Optional diskId As String = Nothing, Optional logStorageAccountId As String = Nothing, Optional diskType As String = Nothing, Optional diskEncryptionSetId As String = Nothing)
Parameters
- diskId
- String
The DiskId.
- logStorageAccountId
- String
The LogStorageAccountId.
- diskType
- String
The DiskType. Possible values include: 'Standard_LRS', 'Premium_LRS', 'StandardSSD_LRS'
- diskEncryptionSetId
- String
The DiskEncryptionSet ARM ID.