你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
Get-AzRecoveryServicesAsrStorageClassificationMapping
获取 ASR 存储分类映射。
语法
Get-AzRecoveryServicesAsrStorageClassificationMapping
-StorageClassification <ASRStorageClassification>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrStorageClassificationMapping
-Name <String>
-StorageClassification <ASRStorageClassification>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
说明
Get-AzRecoveryServicesAsrStorageClassificationMapping cmdlet 获取 ASR 存储分类映射的详细信息。
示例
示例 1
$StorageClassificationMappings = Get-AzRecoveryServicesAsrStorageClassificationMapping -StorageClassification $StorageClassification
列出与指定存储分类对应的所有存储分类映射。
参数
-DefaultProfile
用于与 Azure 通信的凭据、帐户、租户和订阅。
类型: | IAzureContextContainer |
别名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
默认值: | None |
必需: | False |
接受管道输入: | False |
接受通配符: | False |
-Name
指定要获取的存储分类映射的名称。
类型: | String |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | False |
接受通配符: | False |
-StorageClassification
指定 ASR 存储分类对象。 该 cmdlet 获取对应于指定存储分类的 ASR 存储分类映射
类型: | ASRStorageClassification |
Position: | Named |
默认值: | None |
必需: | True |
接受管道输入: | True |
接受通配符: | False |
输入
输出
ASRStorageClassificationMapping