StorageMappingInputProperties 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
StorageMappingInputProperties() |
Initializes a new instance of the StorageMappingInputProperties class. |
StorageMappingInputProperties(String) |
Initializes a new instance of the StorageMappingInputProperties class. |
StorageMappingInputProperties()
Initializes a new instance of the StorageMappingInputProperties class.
public StorageMappingInputProperties ();
Public Sub New ()
Applies to
StorageMappingInputProperties(String)
Initializes a new instance of the StorageMappingInputProperties class.
public StorageMappingInputProperties (string targetStorageClassificationId = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageMappingInputProperties : string -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageMappingInputProperties
Public Sub New (Optional targetStorageClassificationId As String = Nothing)
Parameters
- targetStorageClassificationId
- String
The ID of the storage object.