共用方式為


StorageAccountCreateParameters.Location 屬性

 

取得或設定要在建立儲存體帳戶的位置。

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

語法

public string Location { get; set; }
public:
property String^ Location {
    String^ get();
    void set(String^ value);
}
member Location : string with get, set
Public Property Location As String

屬性值

Type: System.String

位置。

備註

AffinityGroup 未指定。

請參閱

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

回到頁首