az storage account private-endpoint-connection

저장소 계정 개인 끝점 연결을 관리 합니다.

명령

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

저장소 계정에 대 한 개인 끝점 연결 요청을 승인 합니다.

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

예제

ID 별로 저장소 계정에 대 한 개인 끝점 연결 요청을 승인 합니다.

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 별로 저장소 계정에 대 한 개인 끝점 연결 요청을 승인 합니다.

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

Storage 계정과 연결 된 개인 끝점 연결의 ID입니다. 을 사용 하 여 가져올 수 있습니다 az storage account show .

--name -n

Storage 계정과 연결 된 개인 끝점 연결의 이름입니다.

--resource-group -g

지정 된 저장소 계정의 리소스 그룹 이름입니다.

--subscription

구독의 이름 또는 ID입니다. 을 사용 하 여 기본 구독을 구성할 수 있습니다 az account set -s NAME_OR_ID .

az storage account private-endpoint-connection delete

저장소 계정에 대 한 개인 끝점 연결 요청을 삭제 합니다.

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

예제

ID 별로 저장소 계정에 대 한 개인 끝점 연결 요청을 삭제 합니다.

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 별로 저장소 계정에 대 한 개인 끝점 연결 요청을 삭제 합니다.

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

Storage 계정과 연결 된 개인 끝점 연결의 ID입니다. 을 사용 하 여 가져올 수 있습니다 az storage account show .

--name -n

Storage 계정과 연결 된 개인 끝점 연결의 이름입니다.

--resource-group -g

지정 된 저장소 계정의 리소스 그룹 이름입니다.

--subscription

구독의 이름 또는 ID입니다. 을 사용 하 여 기본 구독을 구성할 수 있습니다 az account set -s NAME_OR_ID .

--yes -y

확인을 묻는 메시지를 표시하지 마세요.

az storage account private-endpoint-connection reject

저장소 계정에 대 한 개인 끝점 연결 요청을 거부 합니다.

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

예제

ID 별로 저장소 계정에 대 한 개인 끝점 연결 요청을 거부 합니다.

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 별로 저장소 계정에 대 한 개인 끝점 연결 요청을 거부 합니다.

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

Storage 계정과 연결 된 개인 끝점 연결의 ID입니다. 을 사용 하 여 가져올 수 있습니다 az storage account show .

--name -n

Storage 계정과 연결 된 개인 끝점 연결의 이름입니다.

--resource-group -g

지정 된 저장소 계정의 리소스 그룹 이름입니다.

--subscription

구독의 이름 또는 ID입니다. 을 사용 하 여 기본 구독을 구성할 수 있습니다 az account set -s NAME_OR_ID .

az storage account private-endpoint-connection show

저장소 계정에 대 한 개인 끝점 연결 요청의 세부 정보를 표시 합니다.

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

예제

ID 별로 저장소 계정에 대 한 개인 끝점 연결 요청의 세부 정보를 표시 합니다.

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 별로 저장소 계정에 대 한 개인 끝점 연결 요청의 세부 정보를 표시 합니다.

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

Storage 계정과 연결 된 개인 끝점 연결의 ID입니다. 을 사용 하 여 가져올 수 있습니다 az storage account show .

--name -n

Storage 계정과 연결 된 개인 끝점 연결의 이름입니다.

--query-examples

JMESPath 문자열을 권장 합니다. 쿼리 중 하나를 복사 하 여 결과를 볼 수 있도록 큰따옴표 내에서--query 매개 변수 뒤에 붙여 넣을 수 있습니다. 이러한 주요 단어를 기준으로 제안을 제공할 수 있도록 하나 이상의 위치 키워드를 추가할 수 있습니다.

--resource-group -g

지정 된 저장소 계정의 리소스 그룹 이름입니다.

--subscription

구독의 이름 또는 ID입니다. 을 사용 하 여 기본 구독을 구성할 수 있습니다 az account set -s NAME_OR_ID .