az dls account

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

管理 Data Lake Store 帳戶。

命令

名稱 Description 類型 狀態
az dls account create

建立 Data Lake Store 帳戶。

核心 預覽版
az dls account delete

刪除 Data Lake Store 帳戶。

核心 預覽版
az dls account enable-key-vault

啟用 Azure 金鑰保存庫來加密 Data Lake Store 帳戶。

核心 預覽版
az dls account firewall

管理 Data Lake Store 帳戶防火牆規則。

核心 預覽版
az dls account firewall create

在 Data Lake Store 帳戶中建立防火牆規則。

核心 預覽版
az dls account firewall delete

刪除 Data Lake Store 帳戶中的防火牆規則。

核心 預覽版
az dls account firewall list

列出 Data Lake Store 帳戶中的防火牆規則。

核心 預覽版
az dls account firewall show

取得 Data Lake Store 帳戶中防火牆規則的詳細資料。

核心 預覽版
az dls account firewall update

更新 Data Lake Store 帳戶中的防火牆規則。

核心 預覽版
az dls account list

列出可用的 Data Lake Store 帳戶。

核心 預覽版
az dls account network-rule

管理 Data Lake Store 帳戶虛擬網路規則。

核心 預覽版
az dls account network-rule create

在 Data Lake Store 帳戶中建立虛擬網路規則。

核心 預覽版
az dls account network-rule delete

刪除 Data Lake Store 帳戶中的虛擬網路規則。

核心 預覽版
az dls account network-rule list

列出 Data Lake Store 帳戶中的虛擬網路規則。

核心 預覽版
az dls account network-rule show

取得 Data Lake Store 帳戶中虛擬網路規則的詳細資料。

核心 預覽版
az dls account network-rule update

更新 Data Lake Store 帳戶中的虛擬網路規則。

核心 預覽版
az dls account show

取得 Data Lake Store 帳戶的詳細資料。

核心 預覽版
az dls account trusted-provider

管理 Data Lake Store 帳戶信任的識別提供者。

核心 預覽版
az dls account trusted-provider create

建立或更新指定的受信任識別提供者。

核心 預覽版
az dls account trusted-provider delete

從指定的 Data Lake Store 帳戶中刪除指定的受信任識別提供者。

核心 預覽版
az dls account trusted-provider list

列出指定 Data Lake Store 帳戶內的 Data Lake Store 受信任識別提供者。

核心 預覽版
az dls account trusted-provider show

取得指定的 Data Lake Store 信任識別提供者。

核心 預覽版
az dls account trusted-provider update

更新指定的受信任識別提供者。

核心 預覽版
az dls account update

更新 Data Lake Store 帳戶。

核心 預覽版

az dls account create

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

建立 Data Lake Store 帳戶。

az dls account create --account
                      [--default-group]
                      [--disable-encryption]
                      [--encryption-type {ServiceManaged, UserManaged}]
                      [--key-name]
                      [--key-vault-id]
                      [--key-version]
                      [--location]
                      [--resource-group]
                      [--tags]
                      [--tier {Commitment_100TB, Commitment_10TB, Commitment_1PB, Commitment_1TB, Commitment_500TB, Commitment_5PB, Consumption}]

範例

建立 Data Lake Store 帳戶。 (自動產生)

az dls account create --account mydatalakestoragegen1 --resource-group MyResourceGroup

必要參數

--account -n

Data Lake Store 帳戶的名稱。

選擇性參數

--default-group

要為 Data Lake Store 帳戶中新建立的檔案和資料夾授與許可權的預設群組名稱。

--disable-encryption

表示帳戶不會套用任何形式的加密。

預設值: False
--encryption-type

指出要布建帳戶的加密類型。 根據預設,加密是 ServiceManaged。 如果不需要加密,則必須使用 --disable-encryption 旗標明確設定。

接受的值: ServiceManaged, UserManaged
預設值: ServiceManaged
--key-name

使用者指派加密類型的金鑰名稱。

--key-vault-id

使用者指派加密類型的金鑰保存庫。

--key-version

使用者指派加密類型的金鑰版本。

--location -l

位置。​​ 來自的值: az account list-locations 。 您可以使用 來設定預設位置 az configure --defaults location=<location>

--resource-group -g

資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>

--tags

以空格分隔的標記:key[=value] [key[=value] ...]。使用 「」 清除現有的標記。

--tier

此帳戶要使用的所需承諾用量層。

接受的值: Commitment_100TB, Commitment_10TB, Commitment_1PB, Commitment_1TB, Commitment_500TB, Commitment_5PB, Consumption
全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls account delete

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

刪除 Data Lake Store 帳戶。

az dls account delete [--account]
                      [--ids]
                      [--resource-group]
                      [--subscription]

範例

刪除 Data Lake Store 帳戶。 (自動產生)

az dls account delete --account mydatalakestoragegen1

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--resource-group -g

如果未指定,將會嘗試探索指定 Data Lake Store 帳戶的資源群組。

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls account enable-key-vault

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

啟用 Azure 金鑰保存庫來加密 Data Lake Store 帳戶。

az dls account enable-key-vault [--account]
                                [--ids]
                                [--resource-group]
                                [--subscription]

範例

啟用 Azure 金鑰保存庫來加密 Data Lake Store 帳戶。 (自動產生)

az dls account enable-key-vault --account mydatalakestoragegen1

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--resource-group -g

如果未指定,將會嘗試探索指定 Data Lake Store 帳戶的資源群組。

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls account list

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

列出可用的 Data Lake Store 帳戶。

az dls account list [--resource-group]

範例

列出可用的 Data Lake Store 帳戶。 (自動產生)

az dls account list --resource-group MyResourceGroup

選擇性參數

--resource-group -g

資源組名。 您可以使用 來設定預設群組 az configure --defaults group=<name>

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls account show

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

取得 Data Lake Store 帳戶的詳細資料。

az dls account show [--account]
                    [--ids]
                    [--resource-group]
                    [--subscription]

範例

取得 Data Lake Store 帳戶的詳細資料。 (自動產生)

az dls account show --account mydatalakestoragegen1

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--resource-group -g

如果未指定,將會嘗試探索指定 Data Lake Store 帳戶的資源群組。

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。

az dls account update

預覽

命令群組 'dls' 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

更新 Data Lake Store 帳戶。

az dls account update [--account]
                      [--allow-azure-ips {Disabled, Enabled}]
                      [--default-group]
                      [--firewall-state {Disabled, Enabled}]
                      [--ids]
                      [--key-version]
                      [--resource-group]
                      [--subscription]
                      [--tags]
                      [--tier {Commitment_100TB, Commitment_10TB, Commitment_1PB, Commitment_1TB, Commitment_500TB, Commitment_5PB, Consumption}]
                      [--trusted-id-provider-state {Disabled, Enabled}]

範例

更新 Data Lake Store 帳戶。 (自動產生)

az dls account update --account mydatalakestoragegen1 --allow-azure-ips Enabled --firewall-state Enabled --resource-group MyResourceGroup --subscription MySubscription --tags key=value

選擇性參數

--account -n

Data Lake Store 帳戶的名稱。

--allow-azure-ips

允許/封鎖來自防火牆的 Azure 原始 IP。

接受的值: Disabled, Enabled
--default-group

要為 Data Lake Store 帳戶中新建立的檔案和資料夾授與許可權的預設群組名稱。

--firewall-state

啟用/停用現有的防火牆規則。

接受的值: Disabled, Enabled
--ids

一或多個資源識別碼 (以空格分隔)。 它應該是包含 「資源識別碼」引數所有資訊的完整資源識別碼。 您應該提供 --ids 或其他「資源識別碼」引數。

--key-version

使用者指派加密類型的金鑰版本。

--resource-group -g

如果未指定,將會嘗試探索指定 Data Lake Store 帳戶的資源群組。

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--tags

以空格分隔的標記:key[=value] [key[=value] ...]。使用 「」 清除現有的標記。

--tier

此帳戶要使用的所需承諾用量層。

接受的值: Commitment_100TB, Commitment_10TB, Commitment_1PB, Commitment_1TB, Commitment_500TB, Commitment_5PB, Consumption
--trusted-id-provider-state

啟用/停用現有的受信任識別碼提供者。

接受的值: Disabled, Enabled
全域參數
--debug

增加記錄詳細資訊,以顯示所有偵錯記錄。

--help -h

顯示此說明訊息並結束。

--only-show-errors

只顯示錯誤,隱藏警告。

--output -o

輸出格式。

接受的值: json, jsonc, none, table, tsv, yaml, yamlc
預設值: json
--query

JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/

--subscription

訂用帳戶的名稱或識別碼。 您可以使用 來設定預設訂用 az account set -s NAME_OR_ID 帳戶。

--verbose

增加記錄詳細資訊。 使用 --debug 來取得完整偵錯記錄。