Compartilhar via


DataLakeStoreAccount.Properties Propriedade

 

Obtém ou define as propriedades da conta de armazenamento do Data Lake.

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

Sintaxe

[JsonPropertyAttribute(PropertyName = "properties")]
public DataLakeStoreAccountProperties Properties { get; set; }
public:
[JsonPropertyAttribute(PropertyName = "properties")]
property DataLakeStoreAccountProperties^ Properties {
    DataLakeStoreAccountProperties^ get();
    void set(DataLakeStoreAccountProperties^ value);
}
[<JsonPropertyAttribute(PropertyName = "properties")>]
member Properties : DataLakeStoreAccountProperties with get, set
<JsonPropertyAttribute(PropertyName := "properties")>
Public Property Properties As DataLakeStoreAccountProperties

Valor de propriedade

Type: Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountProperties

Consulte também

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

Retornar ao topo