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