共用方式為


New-AzureStorSimpleDeviceVolumeContainer

建立磁碟區容器。

注意

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

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

語法

New-AzureStorSimpleDeviceVolumeContainer
   -DeviceName <String>
   -VolumeContainerName <String>
   -PrimaryStorageAccountCredential <StorageAccountCredentialResponse>
   -BandWidthRateInMbps <Int32>
   [-EncryptionEnabled <Boolean>]
   [-EncryptionKey <String>]
   [-WaitForComplete]
   [-Profile <AzureSMProfile>]
   [<CommonParameters>]

Description

New-AzureStorSimpleDeviceVolumeContainer Cmdlet 會建立磁碟區容器。 您必須將記憶體帳戶認證與新的磁碟區容器產生關聯。 若要取得記憶體帳戶認證,請使用 Get-AzureStorSimpleStorageAccountCredential Cmdlet。

範例

範例 1:建立容器

PS C:\>Get-AzureStorSimpleStorageAccountCredential -StorageAccountName "ContosoAccount" | New-AzureStorSimpleDeviceVolumeContainer -DeviceName "Contoso63-AppVm" -VolumeContainerName "Container08" -BandWidthRateInMbps 256
VERBOSE: ClientRequestId: 96a4ccd4-f2a9-4820-8bc8-e6b7b56dce0d_PS
VERBOSE: ClientRequestId: 90be20db-098a-4f2b-a6da-9da6f533a846_PS
VERBOSE: ClientRequestId: 410fd33a-8fa3-4ae5-a1bf-1b6da9b34ffc_PS
VERBOSE: Storage Access Credential with name ContosoAccount found! 
VERBOSE: ClientRequestId: 0a6d1008-ba1f-43b2-a424-9c86be2fb83b_PS
VERBOSE: ClientRequestId: 08f0d657-a130-4a25-8090-270c58b479dc_PS
VERBOSE: ClientRequestId: 0f3e894a-b031-467c-a258-41b74c89cf18_PS
5b192120-9df0-40ed-b75e-b4e728bd37ef
VERBOSE: The create task is submitted successfully. Please use the command Get-AzureStorSimpleTask -InstanceId
5b192120-9df0-40ed-b75e-b4e728bd37ef for tracking the task's status

此命令會使用 Get-AzureStorSimpleStorageAccountCredential Cmdlet,取得名為 ContosoAccount 之帳戶的記憶體帳戶認證。 命令會使用管線運算符,將認證傳遞至目前的 Cmdlet。 此 Cmdlet 會使用該 Cmdlet 中的認證,在名為 Contoso63-AppVm 的裝置上建立名為 Container08 的容器。 此命令會啟動作業,然後傳 回TaskResponse 物件。 若要查看作業的狀態,請使用 Get-AzureStorSimpleTask Cmdlet。

參數

-BandWidthRateInMbps

以每秒 MB 為單位指定頻寬速率(Mbps)。

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

-DeviceName

指定要在其中建立磁碟區容器的 StorSimple 裝置名稱。

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

-EncryptionEnabled

指出是否要啟用加密。

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

-EncryptionKey

指定加密金鑰。

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

-PrimaryStorageAccountCredential

將認證指定為 StorageAccountCredential 物件,以與新的磁碟區容器產生關聯。 若要取得 StorageAccountCredential 物件,請使用 Get-AzureStorSimpleStorageAccountCredential Cmdlet。

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

-Profile

指定 Azure 設定檔。

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

-VolumeContainerName

指定要建立的磁碟區容器名稱。

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

-WaitForComplete

表示此 Cmdlet 會先等候作業完成,再將控制權傳回 Windows PowerShell 控制台。

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

輸入

StorageAccountCredential

此 Cmdlet 接受 PrimaryStorageAccountCredential 物件,以與磁碟區容器產生關聯。

輸出

TaskStatusInfo

如果您指定 WaitForComplete 參數,此 Cmdlet 會傳回 TaskStatusInfo 物件。