Bagikan melalui


DataLakeStoreAccountBasic Constructors

Definition

Overloads

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.

DataLakeStoreAccountBasic()

Initializes a new instance of the DataLakeStoreAccountBasic class.

public DataLakeStoreAccountBasic ();
Public Sub New ()

Applies to

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.

public DataLakeStoreAccountBasic (string id = default, string name = default, string type = default, string location = default, System.Collections.Generic.IDictionary<string,string> tags = default, Guid? accountId = default, Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountStatus? provisioningState = default, Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountState? state = default, DateTime? creationTime = default, DateTime? lastModifiedTime = default, string endpoint = default);
new Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountBasic : string * string * string * string * System.Collections.Generic.IDictionary<string, string> * Nullable<Guid> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountStatus> * Nullable<Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountState> * Nullable<DateTime> * Nullable<DateTime> * string -> Microsoft.Azure.Management.DataLake.Store.Models.DataLakeStoreAccountBasic
Public Sub New (Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional location As String = Nothing, Optional tags As IDictionary(Of String, String) = Nothing, Optional accountId As Nullable(Of Guid) = Nothing, Optional provisioningState As Nullable(Of DataLakeStoreAccountStatus) = Nothing, Optional state As Nullable(Of DataLakeStoreAccountState) = Nothing, Optional creationTime As Nullable(Of DateTime) = Nothing, Optional lastModifiedTime As Nullable(Of DateTime) = Nothing, Optional endpoint As String = Nothing)

Parameters

id
String

The resource identifier.

name
String

The resource name.

type
String

The resource type.

location
String

The resource location.

tags
IDictionary<String,String>

The resource tags.

accountId
Nullable<Guid>

The unique identifier associated with this Data Lake Store account.

provisioningState
Nullable<DataLakeStoreAccountStatus>

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

state
Nullable<DataLakeStoreAccountState>

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

creationTime
Nullable<DateTime>

The account creation time.

lastModifiedTime
Nullable<DateTime>

The account last modified time.

endpoint
String

The full CName endpoint for this account.

Applies to