共用方式為


StorageAccountCreateParameters.Name屬性

Required. A name for the storage account, unique within Azure. Storage account names must be between 3 and 24 characters in length, and must use numbers and lower-case letters only. This name is the DNS prefix name and can be used to access blobs, queues, and tables in the storage account. For example: http://ServiceName.blob.core.windows.net/mycontainer/.

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

使用方式

'用途
Dim instance As StorageAccountCreateParameters
Dim value As String

value = instance.Name

instance.Name = value

語法

'宣告
Public Property Name As String
public string Name { get; set; }
public:
property String^ Name {
    String^ get ();
    void set (String^ value);
}
/** @property */
public String get_Name ()

/** @property */
public void set_Name (String value)
public function get Name () : String

public function set Name (value : String)

執行緒安全性

這種類型的任何公用靜態 (在 Visual Basic 中的 Shared) 成員都屬於安全執行緒。不保證任何執行個體成員安全執行緒。

平台

開發平台

Windows Vista、Windows 7 和 Windows Server 2008

目標平台

另請參閱

參考

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