Get-AzureStorSimpleStorageAccountCredential
取得記憶體帳戶的認證。
注意
本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰。
Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。
語法
Get-AzureStorSimpleStorageAccountCredential
[-StorageAccountName <String>]
[-Profile <AzureSMProfile>]
[<CommonParameters>]
Description
Get-AzureStorSimpleStorageAccountCredential Cmdlet 會取得記憶體帳戶的認證。 此 Cmdlet 會取得服務或具名 StorageAccountCredential 中設定的所有 StorageAccountCredential 物件。
範例
範例 1:取得資源的所有認證
PS C:\>Get-AzureStorSimpleStorageAccountCredential
InstanceId Login Name UseSSL VolumeCount CloudType Location
---------- ----- ---- ------ ----------- --------- --------
b5e0857f-82ef-4426-883b-a612889ebee4 qwertyuiopa AdminAccount True 24 Azure
此命令會取得目前資源之記憶體帳戶的所有可用認證。
範例 2:取得特定記憶體帳戶的認證
PS C:\>Get-AzureStorSimpleStorageAccountCredential -StorageAccountName "ContosoCloudStorage"
VERBOSE: ClientRequestId: 16551af6-3398-4d30-a389-1b8eb01ce92c_PS
VERBOSE: ClientRequestId: 5041277d-4044-4b6c-ae19-4ea9e7ae135a_PS
VERBOSE: Storage Access Credential with name ContosoCloudStorage found!
CloudType : Azure
Hostname : blob.core.windows.net
InstanceId : 8b3cb7bb-963b-4173-9598-52fe230b0350
IsDefault : False
Location : West US
Login : ContosoCloudStorage
Name : ContosoCloudStorage
OperationInProgress : None
Password :
PasswordEncryptionCertThumbprint :
UseSSL : True
VolumeCount : 0
此命令會取得名為 ContosoCloudStorage 之記憶體帳戶的記憶體帳戶認證。
參數
-Profile
指定 Azure 設定檔。
類型: | AzureSMProfile |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
-StorageAccountName
指定要取得認證的記憶體帳戶名稱。
類型: | String |
別名: | Name |
Position: | Named |
預設值: | None |
必要: | False |
接受管線輸入: | False |
接受萬用字元: | False |
輸入
None
輸出
StorageAccountCredential, IList\<StorageAccountCredential\>
此 Cmdlet 會傳回 StorageAccountCredential 物件,如果您指定 StorageAccountName 參數,或如果您未指定該參數,則會傳 回 IList<StorageAccountCredential> 物件。