DataLakeStoreAccountBasic Class

Definition

Basic Data Lake Store account information, returned on list calls.

[Microsoft.Rest.Serialization.JsonTransformation]
public class DataLakeStoreAccountBasic : Microsoft.Azure.Management.DataLake.Store.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DataLakeStoreAccountBasic = class
    inherit Resource
Public Class DataLakeStoreAccountBasic
Inherits Resource
Inheritance
DataLakeStoreAccountBasic
Attributes

Constructors

DataLakeStoreAccountBasic()

Initializes a new instance of the DataLakeStoreAccountBasic class.

DataLakeStoreAccountBasic(String, String, String, String, IDictionary<String, String>, Nullable<Guid>, Nullable<DataLakeStoreAccountStatus>, Nullable<DataLakeStoreAccountState>, Nullable<DateTime>, Nullable<DateTime>, String)

Initializes a new instance of the DataLakeStoreAccountBasic class.

Properties

AccountId

Gets the unique identifier associated with this Data Lake Store account.

CreationTime

Gets the account creation time.

Endpoint

Gets the full CName endpoint for this account.

Id

Gets the resource identifier.

(Inherited from Resource)
LastModifiedTime

Gets the account last modified time.

Location

Gets the resource location.

(Inherited from Resource)
Name

Gets the resource name.

(Inherited from Resource)
ProvisioningState

Gets the provisioning status of the Data Lake Store account. Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled'

State

Gets the state of the Data Lake Store account. Possible values include: 'Active', 'Suspended'

Tags

Gets the resource tags.

(Inherited from Resource)
Type

Gets the resource type.

(Inherited from Resource)

Methods

Validate()

Validate the object.

(Inherited from Resource)

Applies to