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
選擇性參數
儲存體帳戶名稱。
核准作業的批注。
與記憶體帳戶相關聯的私人端點聯機標識碼。 您可以使用 az storage account show
來取得它。
與記憶體帳戶相關聯的私人端點連線名稱。
指定記憶體帳戶的資源組名。
全域參數
提高日誌詳細程度以顯示所有調試日誌。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
增加記錄的詳細程度。 針對完整偵錯記錄使用 --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
選擇性參數
儲存體帳戶名稱。
與記憶體帳戶相關聯的私人端點聯機標識碼。 您可以使用 az storage account show
來取得它。
與記憶體帳戶相關聯的私人端點連線名稱。
指定記憶體帳戶的資源組名。
請勿提示確認。
全域參數
提高日誌詳細程度以顯示所有調試日誌。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
增加記錄的詳細程度。 針對完整偵錯記錄使用 --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
選擇性參數
儲存體帳戶名稱。
拒絕作業的批注。
與記憶體帳戶相關聯的私人端點聯機標識碼。 您可以使用 az storage account show
來取得它。
與記憶體帳戶相關聯的私人端點連線名稱。
指定記憶體帳戶的資源組名。
全域參數
提高日誌詳細程度以顯示所有調試日誌。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
增加記錄的詳細程度。 針對完整偵錯記錄使用 --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
選擇性參數
儲存體帳戶名稱。
與記憶體帳戶相關聯的私人端點聯機標識碼。 您可以使用 az storage account show
來取得它。
與記憶體帳戶相關聯的私人端點連線名稱。
指定記憶體帳戶的資源組名。
全域參數
提高日誌詳細程度以顯示所有調試日誌。
顯示此說明訊息並結束。
只顯示錯誤,隱藏警告。
輸出格式。
JMESPath 查詢字串。 如需詳細資訊和範例,請參閱 http://jmespath.org/。
訂用帳戶的名稱或標識碼。 您可以使用 az account set -s NAME_OR_ID
來設定預設訂用帳戶。
增加記錄的詳細程度。 針對完整偵錯記錄使用 --debug。