다음을 통해 공유


CreateDataLakeAnalyticsAccountParameters interface

Data Lake Analytics 계정을 만드는 데 사용할 매개 변수입니다.

속성

computePolicies

이 계정과 연결된 컴퓨팅 정책 목록입니다.

dataLakeStoreAccounts

이 계정과 연결된 Data Lake Store 계정 목록입니다.

defaultDataLakeStoreAccount

이 계정과 연결된 기본 Data Lake Store 계정입니다.

firewallAllowAzureIps

방화벽을 통해 Azure 내에서 발생하는 IP를 허용하거나 허용하지 않는 현재 상태입니다. 방화벽을 사용하지 않도록 설정하면 적용되지 않습니다. 가능한 값은 'Enabled', 'Disabled'입니다.

firewallRules

이 계정과 연결된 방화벽 규칙 목록입니다.

firewallState

이 계정에 대한 IP 주소 방화벽의 현재 상태입니다. 가능한 값은 'Enabled', 'Disabled'입니다.

location

리소스 위치입니다.

maxDegreeOfParallelism

이 계정에 대해 지원되는 최대 병렬 처리 수준입니다. 기본값은 30입니다.

maxDegreeOfParallelismPerJob

이 계정에 대해 작업당 지원되는 최대 병렬 처리 수준입니다.

maxJobCount

계정에서 동시에 실행되는 지원되는 최대 작업입니다. 기본값: 3.

minPriorityPerJob

이 계정에 대해 작업당 지원되는 최소 우선 순위입니다.

newTier

다음 달의 약정 계층입니다. 가능한 값은 'Consumption', 'Commitment_100AUHours', 'Commitment_500AUHours', 'Commitment_1000AUHours', 'Commitment_5000AUHours', 'Commitment_10000AUHours', 'Commitment_50000AUHours', 'Commitment_100000AUHours', 'Commitment_500000AUHours'입니다.

queryStoreRetention

작업 메타데이터가 보존되는 일 수입니다. 기본값은 30입니다.

storageAccounts

이 계정과 연결된 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}