Get-AzRecoveryServicesAsrStorageClassification
取得復原服務保存庫中的可用(探索)ASR 記憶體分類。
語法
Get-AzRecoveryServicesAsrStorageClassification
-Fabric <ASRFabric>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrStorageClassification
-Name <String>
-Fabric <ASRFabric>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Get-AzRecoveryServicesAsrStorageClassification
-FriendlyName <String>
-Fabric <ASRFabric>
[-DefaultProfile <IAzureContextContainer>]
[<CommonParameters>]
Description
Get-AzRecoveryServicesAsrStorageClassification Cmdlet 會取得復原服務保存庫中探索到 ASR 記憶體分類的詳細數據。
範例
範例 1
$StorageClassifications = Get-AzRecoveryServicesAsrStorageClassification -Fabric $Fabric
列出對應至指定 ASR 網狀架構的探索儲存分類。
參數
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | IAzureContextContainer |
別名: | AzContext, AzureRmContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-Fabric
指定 ASR 網狀架構物件。 Cmdlet 會取得對應至指定 ASR 網狀架構之探索到記憶體分類的詳細數據。
類型: | ASRFabric |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | True |
接受萬用字元: | False |
-FriendlyName
指定要取得之記憶體分類物件的易記名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-Name
指定要取得的記憶體分類物件名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |