Compartir a través de


DataLakeStoreAccount.Name (Propiedad)

 

Obtiene o establece el nombre de 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 = "name")]
public string Name { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "name")]
property String^ Name {
    String^ get();
    void set(String^ value);
}
[<JsonPropertyAttribute(PropertyName = "name")>]
member Name : string with get, set
<JsonPropertyAttribute(PropertyName := "name")>
Public Property Name 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