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

DataLakeStoreAccount 类

定义

Data Lake Store 帐户信息。

[Microsoft.Rest.Serialization.JsonTransformation]
public class DataLakeStoreAccount : Microsoft.Azure.Management.DataLake.Store.Models.Resource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type DataLakeStoreAccount = class
    inherit Resource
Public Class DataLakeStoreAccount
Inherits Resource
继承
DataLakeStoreAccount
属性

构造函数

DataLakeStoreAccount()

初始化 DataLakeStoreAccount 类的新实例。

DataLakeStoreAccount(String, String, String, String, IDictionary<String, String>, EncryptionIdentity, Nullable<DataLakeStoreAccountStatus>, Nullable<DataLakeStoreAccountState>, Nullable<DateTime>, Nullable<EncryptionState>, Nullable<EncryptionProvisioningState>, EncryptionConfig, Nullable<FirewallState>, IList<FirewallRule>, Nullable<TrustedIdProviderState>, IList<TrustedIdProvider>, Nullable<DateTime>, String, String, Nullable<TierType>, Nullable<TierType>, Nullable<FirewallAllowAzureIpsState>)

初始化 DataLakeStoreAccount 类的新实例。

DataLakeStoreAccount(String, String, String, String, IDictionary<String, String>, EncryptionIdentity, Nullable<Guid>, Nullable<DataLakeStoreAccountStatus>, Nullable<DataLakeStoreAccountState>, Nullable<DateTime>, Nullable<DateTime>, String, String, EncryptionConfig, Nullable<EncryptionState>, Nullable<EncryptionProvisioningState>, IList<FirewallRule>, IList<VirtualNetworkRule>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<TrustedIdProvider>, Nullable<TrustedIdProviderState>, Nullable<TierType>, Nullable<TierType>)

初始化 DataLakeStoreAccount 类的新实例。

属性

AccountId

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

CreationTime

获取帐户创建时间。

CurrentTier

获取当前月份使用的承诺层。 可能的值包括:“Consumption”、“Commitment_1TB”、“Commitment_10TB”、“Commitment_100TB”、“Commitment_500TB”、“Commitment_1PB”、“Commitment_5PB”

DefaultGroup

获取 Data Lake Store 帐户中创建的所有新文件夹和文件的默认所有者组。

EncryptionConfig

获取密钥保管库加密配置。

EncryptionProvisioningState

获取此 Data Lake Store 帐户的加密预配的当前状态。 可能的值包括:“Creating”、“Succeeded”

EncryptionState

获取此 Data Lake Store 帐户的当前加密状态。 可能的值包括:“Enabled”、“Disabled”

Endpoint

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

FirewallAllowAzureIps

获取允许或禁止通过防火墙在 Azure 中源自的 IP 的当前状态。 如果防火墙处于禁用状态,则不会强制执行此操作。 可能的值包括:“Enabled”、“Disabled”

FirewallRules

获取与此 Data Lake Store 帐户关联的防火墙规则列表。

FirewallState

获取此 Data Lake Store 帐户的 IP 地址防火墙的当前状态。 可能的值包括:“Enabled”、“Disabled”

Id

获取资源标识符。

(继承自 Resource)
Identity

获取密钥保管库加密标识(如果有)。

LastModifiedTime

获取帐户上次修改时间。

Location

获取资源位置。

(继承自 Resource)
Name

获取资源名称。

(继承自 Resource)
NewTier

获取要用于下个月的承诺层。 可能的值包括:“Consumption”、“Commitment_1TB”、“Commitment_10TB”、“Commitment_100TB”、“Commitment_500TB”、“Commitment_1PB”、“Commitment_5PB”

ProvisioningState

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

State

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

Tags

获取资源标记。

(继承自 Resource)
TrustedIdProviders

获取与此 Data Lake Store 帐户关联的受信任标识提供者的列表。

TrustedIdProviderState

获取此 Data Lake Store 帐户的受信任标识提供者功能的当前状态。 可能的值包括:“Enabled”、“Disabled”

Type

获取资源类型。

(继承自 Resource)
VirtualNetworkRules

获取与此 Data Lake Store 帐户关联的虚拟网络规则列表。

方法

Validate()

验证 对象。

适用于