DataLakeAnalyticsAccountBasic Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A Data Lake Analytics account object, containing all information associated with the named Data Lake Analytics account.
[Microsoft.Rest.Serialization.JsonTransformation]
public class DataLakeAnalyticsAccountBasic : Microsoft.Azure.Management.DataLake.Analytics.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DataLakeAnalyticsAccountBasic = class
inherit Resource
Public Class DataLakeAnalyticsAccountBasic
Inherits Resource
- Inheritance
- Attributes
Constructors
DataLakeAnalyticsAccountBasic() |
Initializes a new instance of the DataLakeAnalyticsAccountBasic class. |
DataLakeAnalyticsAccountBasic(String, String, String, String, IDictionary<String,String>, Nullable<Guid>, Nullable<DataLakeAnalyticsAccountStatus>, Nullable<DataLakeAnalyticsAccountState>, Nullable<DateTime>, Nullable<DateTime>, String) |
Initializes a new instance of the DataLakeAnalyticsAccountBasic class. |
Properties
AccountId |
Gets the unique identifier associated with this Data Lake Analytics account. |
CreationTime |
Gets the account creation time. |
Endpoint |
Gets the full CName endpoint for this account. |
Id |
Gets the resource identifer. (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 Analytics account. Possible values include: 'Failed', 'Creating', 'Running', 'Succeeded', 'Patching', 'Suspending', 'Resuming', 'Deleting', 'Deleted', 'Undeleting', 'Canceled' |
State |
Gets the state of the Data Lake Analytics 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
Azure SDK for .NET