DataLakeStoreAccountCreateOrUpdateParameters.DataLakeStoreAccount Property

 

Required. Gets or sets the account object that is being created or updated.

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

Syntax

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

Property Value

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

See Also

DataLakeStoreAccountCreateOrUpdateParameters Class
Microsoft.Azure.Management.DataLake.Store.Models Namespace

Return to top