Compartir a través de


DataLakeStoreAccount.Location (Propiedad)

 

Opcional. Obtiene o establece la ubicación regional de la cuenta.

Espacio de nombres:   Microsoft.Azure.Management.DataLake.Store.Models
Ensamblado:  Microsoft.Azure.Management.DataLake.Store (en Microsoft.Azure.Management.DataLake.Store.dll)

Sintaxis

[JsonPropertyAttribute(PropertyName = "location")]
public string Location { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "location")]
property String^ Location {
    String^ get();
    void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "location")>]
member Location : string with get, set
<JsonPropertyAttribute(PropertyName := "location")>
Public Property Location As String

Valor de propiedad

Type: System.String

Vea también

DataLakeStoreAccount (Clase)
Microsoft.Azure.Management.DataLake.Store.Models (Espacio de nombres)

Volver al principio