你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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.