PSRecoveryServicesClient.MapStorageClassification Method
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.
Starts job for mapping storage classification.
public Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation MapStorageClassification (Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification primaryClassification, Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageClassificationMappingInput input, string armName);
member this.MapStorageClassification : Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRStorageClassification * Microsoft.Azure.Management.RecoveryServices.SiteRecovery.Models.StorageClassificationMappingInput * string -> Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.PSSiteRecoveryLongRunningOperation
Public Function MapStorageClassification (primaryClassification As ASRStorageClassification, input As StorageClassificationMappingInput, armName As String) As PSSiteRecoveryLongRunningOperation
Parameters
- primaryClassification
- ASRStorageClassification
Primary classification.
Mapping input.
- armName
- String
Optional. ARM name of the mapping.
Returns
Operation response.