CreateDataLakeStoreAccountParameters クラス

定義

[Microsoft.Rest.Serialization.JsonTransformation]
public class CreateDataLakeStoreAccountParameters
[<Microsoft.Rest.Serialization.JsonTransformation>]
type CreateDataLakeStoreAccountParameters = class
Public Class CreateDataLakeStoreAccountParameters
継承
CreateDataLakeStoreAccountParameters
属性

コンストラクター

CreateDataLakeStoreAccountParameters()

CreateDataLakeStoreAccountParameters クラスの新しいインスタンスを初期化します。

CreateDataLakeStoreAccountParameters(String, IDictionary<String, String>, EncryptionIdentity, String, EncryptionConfig, Nullable<EncryptionState>, IList<CreateFirewallRuleWithAccountParameters>, IList<CreateVirtualNetworkRuleWithAccountParameters>, Nullable<FirewallState>, Nullable<FirewallAllowAzureIpsState>, IList<CreateTrustedIdProviderWithAccountParameters>, Nullable<TrustedIdProviderState>, Nullable<TierType>)

CreateDataLakeStoreAccountParameters クラスの新しいインスタンスを初期化します。

プロパティ

DefaultGroup

Data Lake Store アカウントで作成されたすべての新しいフォルダーとファイルの既定の所有者グループを取得または設定します。

EncryptionConfig

Key Vault暗号化構成を取得または設定します。

EncryptionState

この Data Lake Store アカウントの暗号化の現在の状態を取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

FirewallAllowAzureIps

ファイアウォールを介して Azure 内で発生する IP を許可または禁止する現在の状態を取得または設定します。 ファイアウォールが無効になっている場合、これは適用されません。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

FirewallRules

この Data Lake Store アカウントに関連付けられているファイアウォール規則の一覧を取得または設定します。

FirewallState

この Data Lake Store アカウントの IP アドレス ファイアウォールの現在の状態を取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

Identity

Key Vault暗号化 ID (存在する場合) を取得または設定します。

Location

リソースの場所を取得または設定します。

NewTier

来月に使用するコミットメント レベルを取得または設定します。 使用できる値は、'Consumption'、'Commitment_1TB'、'Commitment_10TB'、'Commitment_100TB'、'Commitment_500TB'、'Commitment_1PB'、'Commitment_5PB' です。

Tags

リソース タグを取得または設定します。

TrustedIdProviders

この Data Lake Store アカウントに関連付けられている信頼できる ID プロバイダーの一覧を取得または設定します。

TrustedIdProviderState

この Data Lake Store アカウントの信頼された ID プロバイダー機能の現在の状態を取得または設定します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

VirtualNetworkRules

この Data Lake Store アカウントに関連付けられている仮想ネットワーク規則の一覧を取得または設定します。

メソッド

Validate()

オブジェクトを検証します。

適用対象