StorageClassificationMappingInput 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
StorageClassificationMappingInput() |
Initializes a new instance of the StorageClassificationMappingInput class. |
StorageClassificationMappingInput(StorageMappingInputProperties) |
Initializes a new instance of the StorageClassificationMappingInput class. |
StorageClassificationMappingInput()
Initializes a new instance of the StorageClassificationMappingInput class.
public StorageClassificationMappingInput ();
Public Sub New ()
Applies to
StorageClassificationMappingInput(StorageMappingInputProperties)
Initializes a new instance of the StorageClassificationMappingInput class.
public StorageClassificationMappingInput (Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageMappingInputProperties properties = default);
new Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageClassificationMappingInput : Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageMappingInputProperties -> Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageClassificationMappingInput
Public Sub New (Optional properties As StorageMappingInputProperties = Nothing)
Parameters
- properties
- StorageMappingInputProperties
Storage mapping input properties.