DataLakeStoreAccount Class

 

Data Lake Store account information.

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

Inheritance Hierarchy

System.Object
  Microsoft.Azure.Management.DataLake.Analytics.Models.DataLakeStoreAccount

Syntax

public class DataLakeStoreAccount
public ref class DataLakeStoreAccount 
type DataLakeStoreAccount = class end
Public Class DataLakeStoreAccount

Constructors

Name Description
System_CAPS_pubmethod DataLakeStoreAccount()

Initializes a new instance of the DataLakeStoreAccount class.

Properties

Name Description
System_CAPS_pubproperty Name

Optional. Gets or sets the account name of the Data Lake Store account.

System_CAPS_pubproperty Properties

Optional. Gets or sets the properties associated with this Data Lake Store account.

Methods

Name Description
System_CAPS_pubmethod Equals(Object)

(Inherited from Object.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetHashCode()

(Inherited from Object.)

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Azure.Management.DataLake.Analytics.Models Namespace

Return to top