共用方式為


UpdateDataLakeAnalyticsAccountParameters interface

可用來更新現有Data Lake Analytics帳戶的參數。

屬性

computePolicies

與此帳戶相關聯的計算原則清單。

dataLakeStoreAccounts

與此帳戶相關聯的 Data Lake Store 帳戶清單。

firewallAllowAzureIps

允許或禁止源自 Azure 的 IP 透過防火牆的目前狀態。 如果防火牆已停用,則不會強制執行此動作。

firewallRules

與此帳戶相關聯的防火牆規則清單。

firewallState

此帳戶的 IP 位址防火牆目前狀態。 停用防火牆不會移除現有的規則,它們只會被忽略,直到重新啟用防火牆為止。

maxDegreeOfParallelism

此帳戶支援的平行處理原則程度上限。

maxDegreeOfParallelismPerJob

此帳戶的每個作業支援的平行處理原則程度上限。

maxJobCount

同時在帳戶下執行的最大支援作業。

minPriorityPerJob

此帳戶的每個作業支援的最低優先順序。

newTier

下個月要使用的承諾用量層。

queryStoreRetention

保留作業中繼資料的天數。

storageAccounts

與此帳戶相關聯的 Azure Blob 儲存體帳戶清單。

tags

資源標籤。

屬性詳細資料

computePolicies

與此帳戶相關聯的計算原則清單。

computePolicies?: UpdateComputePolicyWithAccountParameters[]

屬性值

dataLakeStoreAccounts

與此帳戶相關聯的 Data Lake Store 帳戶清單。

dataLakeStoreAccounts?: UpdateDataLakeStoreWithAccountParameters[]

屬性值

firewallAllowAzureIps

允許或禁止源自 Azure 的 IP 透過防火牆的目前狀態。 如果防火牆已停用,則不會強制執行此動作。

firewallAllowAzureIps?: FirewallAllowAzureIpsState

屬性值

firewallRules

與此帳戶相關聯的防火牆規則清單。

firewallRules?: UpdateFirewallRuleWithAccountParameters[]

屬性值

firewallState

此帳戶的 IP 位址防火牆目前狀態。 停用防火牆不會移除現有的規則,它們只會被忽略,直到重新啟用防火牆為止。

firewallState?: FirewallState

屬性值

maxDegreeOfParallelism

此帳戶支援的平行處理原則程度上限。

maxDegreeOfParallelism?: number

屬性值

number

maxDegreeOfParallelismPerJob

此帳戶的每個作業支援的平行處理原則程度上限。

maxDegreeOfParallelismPerJob?: number

屬性值

number

maxJobCount

同時在帳戶下執行的最大支援作業。

maxJobCount?: number

屬性值

number

minPriorityPerJob

此帳戶的每個作業支援的最低優先順序。

minPriorityPerJob?: number

屬性值

number

newTier

下個月要使用的承諾用量層。

newTier?: TierType

屬性值

queryStoreRetention

保留作業中繼資料的天數。

queryStoreRetention?: number

屬性值

number

storageAccounts

與此帳戶相關聯的 Azure Blob 儲存體帳戶清單。

storageAccounts?: UpdateStorageAccountWithAccountParameters[]

屬性值

tags

資源標籤。

tags?: {[propertyName: string]: string}

屬性值

{[propertyName: string]: string}