Get-AzImportExportBitLockerKey
傳回指定作業中所有磁碟驅動器的 BitLocker 金鑰。
語法
Get-AzImportExportBitLockerKey
-JobName <String>
-ResourceGroupName <String>
[-SubscriptionId <String[]>]
[-AcceptLanguage <String>]
[-DefaultProfile <PSObject>]
[<CommonParameters>]
Description
傳回指定作業中所有磁碟驅動器的 BitLocker 金鑰。
範例
範例 1:列出指定 ImportExport 作業中的所有 BitLocker 金鑰
Get-AzImportExportBitLockerKey -JobName test-job -ResourceGroupName ImportTestRG
BitLockerKey DriveId
------------ -------
238810-662376-448998-450120-652806-203390-606320-483076 9CA995BA
此 Cmdlet 會列出指定 ImportExport 作業中的所有 BitLocker 金鑰。
參數
-AcceptLanguage
指定回應的慣用語言。
類型: | String |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-DefaultProfile
用於與 Azure 通訊的認證、帳戶、租用戶和訂用帳戶。
類型: | PSObject |
別名: | AzureRMContext, AzureCredential |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-JobName
匯入/匯出作業的名稱。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-ResourceGroupName
資源組名可唯一識別使用者訂用帳戶內的資源群組。
類型: | String |
Position: | Named |
預設值: | None |
必要: | True |
接受管線輸入: | False |
接受萬用字元: | False |
-SubscriptionId
Azure 使用者的訂用帳戶標識碼。
類型: | String[] |
Position: | Named |
預設值: | (Get-AzContext).Subscription.Id |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |