共用方式為


az storage account private-endpoint-connection

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

管理記憶體帳戶私人端點連線。

命令

名稱 Description 類型 狀態
az storage account private-endpoint-connection approve

核准記憶體帳戶的私人端點連線要求。

核心 預覽
az storage account private-endpoint-connection delete

刪除記憶體帳戶的私人端點連線要求。

核心 預覽
az storage account private-endpoint-connection reject

拒絕記憶體帳戶的私人端點連線要求。

核心 預覽
az storage account private-endpoint-connection show

顯示記憶體帳戶的私人端點連線要求詳細數據。

核心 預覽

az storage account private-endpoint-connection approve

預覽

命令群組 『storage account private-endpoint-connection』 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

核准記憶體帳戶的私人端點連線要求。

az storage account private-endpoint-connection approve [--account-name]
                                                       [--description]
                                                       [--id]
                                                       [--name]
                                                       [--resource-group]

範例

依標識碼核准記憶體帳戶的私人端點連線要求。

az storage account private-endpoint-connection approve --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.Storage/storageAccounts/mystorageaccount/privateEndpointConnections/mystorageaccount.b56b5a95-0588-4f8b-b348-15db61590a6c"

依標識碼核准記憶體帳戶的私人端點連線要求。

id = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].id")
az storage account private-endpoint-connection approve --id $id

使用帳戶名稱和連線名稱核准記憶體帳戶的私人端點連線要求。

az storage account private-endpoint-connection approve -g myRg --account-name mystorageaccount --name myconnection

使用帳戶名稱和連線名稱核准記憶體帳戶的私人端點連線要求。

name = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].name")
az storage account private-endpoint-connection approve -g myRg --account-name mystorageaccount --name $name

選擇性參數

--account-name

儲存體帳戶名稱。

--description

核准作業的批注。

--id

與記憶體帳戶相關聯的私人端點聯機標識碼。 您可以使用 az storage account show來取得它。

--name -n

與記憶體帳戶相關聯的私人端點連線名稱。

--resource-group -g

指定記憶體帳戶的資源組名。

全域參數
--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 storage account private-endpoint-connection delete

預覽

命令群組 『storage account private-endpoint-connection』 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

刪除記憶體帳戶的私人端點連線要求。

az storage account private-endpoint-connection delete [--account-name]
                                                      [--id]
                                                      [--name]
                                                      [--resource-group]
                                                      [--yes]

範例

依標識碼刪除記憶體帳戶的私人端點連線要求。

az storage account private-endpoint-connection delete --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.Storage/storageAccounts/mystorageaccount/privateEndpointConnections/mystorageaccount.b56b5a95-0588-4f8b-b348-15db61590a6c"

依標識碼刪除記憶體帳戶的私人端點連線要求。

id = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].id")
az storage account private-endpoint-connection delete --id $id

使用帳戶名稱和連線名稱刪除記憶體帳戶的私人端點連線要求。

az storage account private-endpoint-connection delete -g myRg --account-name mystorageaccount --name myconnection

使用帳戶名稱和連線名稱刪除記憶體帳戶的私人端點連線要求。

name = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].name")
az storage account private-endpoint-connection delete -g myRg --account-name mystorageaccount --name $name

選擇性參數

--account-name

儲存體帳戶名稱。

--id

與記憶體帳戶相關聯的私人端點聯機標識碼。 您可以使用 az storage account show來取得它。

--name -n

與記憶體帳戶相關聯的私人端點連線名稱。

--resource-group -g

指定記憶體帳戶的資源組名。

--yes -y

請勿提示確認。

預設值: False
全域參數
--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 storage account private-endpoint-connection reject

預覽

命令群組 『storage account private-endpoint-connection』 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

拒絕記憶體帳戶的私人端點連線要求。

az storage account private-endpoint-connection reject [--account-name]
                                                      [--description]
                                                      [--id]
                                                      [--name]
                                                      [--resource-group]

範例

依標識符拒絕記憶體帳戶的私人端點連線要求。

az storage account private-endpoint-connection reject --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.Storage/storageAccounts/mystorageaccount/privateEndpointConnections/mystorageaccount.b56b5a95-0588-4f8b-b348-15db61590a6c"

依標識符拒絕記憶體帳戶的私人端點連線要求。

id = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].id")
az storage account private-endpoint-connection reject --id $id

使用帳戶名稱和連線名稱拒絕記憶體帳戶的私人端點連線要求。

az storage account private-endpoint-connection reject -g myRg --account-name mystorageaccount --name myconnection

使用帳戶名稱和連線名稱拒絕記憶體帳戶的私人端點連線要求。

name = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].name")
az storage account private-endpoint-connection reject -g myRg --account-name mystorageaccount --name $name

選擇性參數

--account-name

儲存體帳戶名稱。

--description

拒絕作業的批注。

--id

與記憶體帳戶相關聯的私人端點聯機標識碼。 您可以使用 az storage account show來取得它。

--name -n

與記憶體帳戶相關聯的私人端點連線名稱。

--resource-group -g

指定記憶體帳戶的資源組名。

全域參數
--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 storage account private-endpoint-connection show

預覽

命令群組 『storage account private-endpoint-connection』 處於預覽狀態,且正在開發中。 參考和支援層級: https://aka.ms/CLI_refstatus

顯示記憶體帳戶的私人端點連線要求詳細數據。

az storage account private-endpoint-connection show [--account-name]
                                                    [--id]
                                                    [--name]
                                                    [--resource-group]

範例

依標識子顯示記憶體帳戶的私人端點連線要求詳細數據。

az storage account private-endpoint-connection show --id "/subscriptions/0000-0000-0000-0000/resourceGroups/MyResourceGroup/providers/Microsoft.Storage/storageAccounts/mystorageaccount/privateEndpointConnections/mystorageaccount.b56b5a95-0588-4f8b-b348-15db61590a6c"

依標識子顯示記憶體帳戶的私人端點連線要求詳細數據。

id = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].id")
az storage account private-endpoint-connection show --id $id

使用帳戶名稱和連線名稱,顯示記憶體帳戶的私人端點連線要求詳細數據。

az storage account private-endpoint-connection show -g myRg --account-name mystorageaccount --name myconnection

使用帳戶名稱和連線名稱,顯示記憶體帳戶的私人端點連線要求詳細數據。

name = (az storage account show -n mystorageaccount --query "privateEndpointConnections[0].name")
az storage account private-endpoint-connection show -g myRg --account-name mystorageaccount --name $name

選擇性參數

--account-name

儲存體帳戶名稱。

--id

與記憶體帳戶相關聯的私人端點聯機標識碼。 您可以使用 az storage account show來取得它。

--name -n

與記憶體帳戶相關聯的私人端點連線名稱。

--resource-group -g

指定記憶體帳戶的資源組名。

全域參數
--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。