共用方式為


Get-AzureStorSimpleDeviceVolumeContainer

取得裝置上的磁碟區容器。

注意

本文件中參考的 Cmdlet 用於管理使用 Azure Service Manager(ASM) API 的舊版 Azure 資源。 建立新的資源時,不建議使用此舊版 PowerShell 模組,因為 ASM 已排定淘汰。 如需詳細資訊,請參閱 Azure Service Manager 淘汰

Az PowerShell 模組是使用 PowerShell 管理 Azure Resource Manager (ARM) 資源的建議 PowerShell 模組。

語法

Get-AzureStorSimpleDeviceVolumeContainer
   -DeviceName <String>
   [-VolumeContainerName <String>]
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]

Description

Get-AzureStorSimpleDeviceVolumeContainer Cmdlet 會取得裝置上的磁碟區容器清單,或具有指定名稱的磁碟區容器清單。 傳回的物件包含下列屬性:

  • BandwidthRate
  • EncryptionKey
  • InstanceId
  • IsDefault
  • IsEncryptionEnabled
  • 名稱
  • OperationInProgress
  • 擁有
  • PrimaryStorageAccountCredential
  • SecretsEncryptionThumbprint
  • VolumeCount

範例

範例 1:取得裝置上的所有容器

PS C:\>Get-AzureStorSimpleDeviceVolumeContainer -DeviceName "8600-Bravo 001"
InstanceId                           Name                                             IsEncryptionEnabled  Owned BandwidthRate                                    PrimaryStorageAccountCredential                 VolumeCount                                    
----------                           ----                                             -------------------  ----- -------------                                    -------------------------------                 -----------                                    
127135b6-92de-4f53-850d-70e1f9a38cbe Test_Container                                   False                True  0                                                Test_Account                                    6

此命令會取得裝置上名為 8600-Bravo 001 的磁碟區容器清單。

範例 2:使用容器名稱取得容器

PS C:\>Get-AzureStorSimpleDeviceVolumeContainer -DeviceName "Contoso63-AppVm" -VolumeContainerName "Container08"
VERBOSE: ClientRequestId: 8027c66a-869b-4ea3-97a2-e17d98ec751c_PS
VERBOSE: ClientRequestId: 344f9be5-0887-4d37-98ef-e45c557774f1_PS
VERBOSE: ClientRequestId: 14919be5-d6f5-4f81-b7f1-d7fafff2238c_PS


BandwidthRate                   : 256
EncryptionKey                   : 
InstanceId                      : 04ea9aad-7a56-4a50-b195-86061b0a810a
IsDefault                       : False
IsEncryptionEnabled             : False
Name                            : Container03
OperationInProgress             : None
Owned                           : True
PrimaryStorageAccountCredential : Microsoft.WindowsAzure.Management.StorSimple.Models.StorageAccountCredentialResponse
SecretsEncryptionThumbprint     : 
VolumeCount                     : 5

VERBOSE: Volume container with name: Container03 is found.

此命令會在名為 Contoso63-AppVm 的裝置上取得名為 Container08 的磁碟區容器。

參數

-DeviceName

指定 StorSimple 裝置的名稱。 這個 Cmdlet 會從此參數指定的裝置取得磁碟區容器。

類型:String
Position:Named
預設值:None
必要:True
接受管線輸入:False
接受萬用字元:False

-Profile

指定 Azure 設定檔。

類型:AzureSMProfile
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

-VolumeContainerName

指定要取得的磁碟區容器名稱。

類型:String
別名:Name
Position:Named
預設值:None
必要:False
接受管線輸入:False
接受萬用字元:False

輸入

None

輸出

DataContainer, IList\<DataContainer\>

如果您指定 VolumeContainerName 參數,此 Cmdlet 會傳回 DataContainer 物件。 如果您未指定該參數,這個 Cmdlet 會 傳回 IList<DataContainer> 物件。