你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DataLakeStoreAccountBasic 类

定义

在列表调用中返回的基本 Data Lake Store 帐户信息。

[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
继承
DataLakeStoreAccountBasic
属性

构造函数

DataLakeStoreAccountBasic()

初始化 DataLakeStoreAccountBasic 类的新实例。

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

初始化 DataLakeStoreAccountBasic 类的新实例。

属性

AccountId

获取与此 Data Lake Store 帐户关联的唯一标识符。

CreationTime

获取帐户创建时间。

Endpoint

获取此帐户的完整 CName 终结点。

Id

获取资源标识符。

(继承自 Resource)
LastModifiedTime

获取帐户上次修改时间。

Location

获取资源位置。

(继承自 Resource)
Name

获取资源名称。

(继承自 Resource)
ProvisioningState

获取 Data Lake Store 帐户的预配状态。 可能的值包括:“Failed”、“Create”、“Running”、“Succeeded”、“Patching”、“Suspending”、“Resuming”、“Deleted”、“Undeleting”、“Canceled”

State

获取 Data Lake Store 帐户的状态。 可能的值包括:“Active”、“Suspended”

Tags

获取资源标记。

(继承自 Resource)
Type

获取资源类型。

(继承自 Resource)

方法

Validate()

验证 对象。

(继承自 Resource)

适用于