Compartilhar via


DataLakeStoreAccount.Location Propriedade

 

Opcional. Obtém ou define o local das contas regionais.

Namespace:   Microsoft.Azure.Management.DataLake.Store.Models
Assembly:  Microsoft.Azure.Management.DataLake.Store (em Microsoft.Azure.Management.DataLake.Store.dll)

Sintaxe

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

Valor de propriedade

Type: System.String

Consulte também

Classe DataLakeStoreAccount
Namespace Microsoft.Azure.Management.DataLake.Store.Models

Retornar ao topo