CreateDataLakeAnalyticsAccountParameters interface
Data Lake Analytics アカウントの作成に使用するパラメーター。
プロパティ
compute |
このアカウントに関連付けられているコンピューティング ポリシーの一覧。 |
data |
このアカウントに関連付けられている Data Lake Store アカウントの一覧。 |
default |
このアカウントに関連付けられている既定の Data Lake Store アカウント。 |
firewall |
ファイアウォールを介して Azure 内で発信される IP を許可または禁止する現在の状態。 ファイアウォールが無効になっている場合、これは適用されません。 使用可能な値は次のとおりです: 'Enabled'、'Disabled' |
firewall |
このアカウントに関連付けられているファイアウォール規則の一覧。 |
firewall |
このアカウントの IP アドレス ファイアウォールの現在の状態。 使用可能な値は次のとおりです: 'Enabled'、'Disabled' |
location | リソースの場所。 |
max |
このアカウントでサポートされている並列処理の最大次数。 既定値は 30 です。 |
max |
このアカウントのジョブごとにサポートされる並列処理の最大次数。 |
max |
アカウントで同時に実行されるサポートされるジョブの最大数。 既定値: 3。 |
min |
このアカウントのジョブごとにサポートされる最小優先度。 |
new |
翌月のコミットメント レベル。 使用できる値は、'Consumption'、'Commitment_100AUHours'、'Commitment_500AUHours'、'Commitment_1000AUHours'、'Commitment_5000AUHours'、'Commitment_10000AUHours'、'Commitment_50000AUHours'、'Commitment_100000AUHours'、'Commitment_500000AUHours' です。 |
query |
ジョブ メタデータが保持される日数。 既定値は 30 です。 |
storage |
このアカウントに関連付けられているAzure Blob Storageアカウントの一覧。 |
tags | リソース タグ。 |
プロパティの詳細
computePolicies
このアカウントに関連付けられているコンピューティング ポリシーの一覧。
computePolicies?: CreateComputePolicyWithAccountParameters[]
プロパティ値
dataLakeStoreAccounts
このアカウントに関連付けられている Data Lake Store アカウントの一覧。
dataLakeStoreAccounts: AddDataLakeStoreWithAccountParameters[]
プロパティ値
defaultDataLakeStoreAccount
このアカウントに関連付けられている既定の Data Lake Store アカウント。
defaultDataLakeStoreAccount: string
プロパティ値
string
firewallAllowAzureIps
ファイアウォールを介して Azure 内で発信される IP を許可または禁止する現在の状態。 ファイアウォールが無効になっている場合、これは適用されません。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
firewallAllowAzureIps?: FirewallAllowAzureIpsState
プロパティ値
firewallRules
このアカウントに関連付けられているファイアウォール規則の一覧。
firewallRules?: CreateFirewallRuleWithAccountParameters[]
プロパティ値
firewallState
このアカウントの IP アドレス ファイアウォールの現在の状態。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'
firewallState?: FirewallState
プロパティ値
location
リソースの場所。
location: string
プロパティ値
string
maxDegreeOfParallelism
このアカウントでサポートされている並列処理の最大次数。 既定値は 30 です。
maxDegreeOfParallelism?: number
プロパティ値
number
maxDegreeOfParallelismPerJob
このアカウントのジョブごとにサポートされる並列処理の最大次数。
maxDegreeOfParallelismPerJob?: number
プロパティ値
number
maxJobCount
アカウントで同時に実行されるサポートされるジョブの最大数。 既定値: 3。
maxJobCount?: number
プロパティ値
number
minPriorityPerJob
このアカウントのジョブごとにサポートされる最小優先度。
minPriorityPerJob?: number
プロパティ値
number
newTier
翌月のコミットメント レベル。 使用できる値は、'Consumption'、'Commitment_100AUHours'、'Commitment_500AUHours'、'Commitment_1000AUHours'、'Commitment_5000AUHours'、'Commitment_10000AUHours'、'Commitment_50000AUHours'、'Commitment_100000AUHours'、'Commitment_500000AUHours' です。
newTier?: TierType
プロパティ値
queryStoreRetention
ジョブ メタデータが保持される日数。 既定値は 30 です。
queryStoreRetention?: number
プロパティ値
number
storageAccounts
このアカウントに関連付けられているAzure Blob Storageアカウントの一覧。
storageAccounts?: AddStorageAccountWithAccountParameters[]
プロパティ値
tags
リソース タグ。
tags?: {[propertyName: string]: string}
プロパティ値
{[propertyName: string]: string}