DataLakeStoreAccountCreateUpdateOrDeleteResponse.DataLakeStoreAccount Property

 

Optional. Gets or sets the resulting account object that was created or updated. This is not present for deletes

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

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

Return to top