共用方式為


StorageAccountCreateParameters建構函式(String, String)

Initializes a new instance of the StorageAccountCreateParameters class with required arguments.

命名空間: Microsoft.WindowsAzure.Management.Storage.Models
組件: Microsoft.WindowsAzure.Management.Storage (於 Microsoft.WindowsAzure.Management.Storage.dll)

使用方式

'用途
Dim name As String
Dim label As String

Dim instance As New StorageAccountCreateParameters(name, label)

語法

'宣告
Public Sub New ( _
    name As String, _
    label As String _
)
public StorageAccountCreateParameters (
    string name,
    string label
)
public:
StorageAccountCreateParameters (
    String^ name, 
    String^ label
)
public StorageAccountCreateParameters (
    String name, 
    String label
)
public function StorageAccountCreateParameters (
    name : String, 
    label : String
)

備註

平台

開發平台

Windows Vista、Windows 7 和 Windows Server 2008

目標平台

另請參閱

參考

StorageAccountCreateParameters類別
StorageAccountCreateParameters成員
Microsoft.WindowsAzure.Management.Storage.Models命名空間