az healthcareapis private-endpoint-connection

참고

이 참조는 Azure CLI 대한 healthcareapis 확장의 일부이며 버전 2.11.0 이상이 필요합니다. az healthcareapis private-endpoint-connection 명령을 처음 실행할 때 확장이 자동으로 설치됩니다. 확장에 대해 자세히 알아보세요.

Healthcareapis private-endpoint-connection.

명령

az healthcareapis private-endpoint-connection create

서비스와 연결된 지정된 프라이빗 엔드포인트 연결의 상태를 업데이트합니다.

az healthcareapis private-endpoint-connection delete

프라이빗 엔드포인트 연결을 삭제합니다.

az healthcareapis private-endpoint-connection list

서비스에 대한 모든 프라이빗 엔드포인트 연결을 나열합니다.

az healthcareapis private-endpoint-connection show

서비스와 연결된 지정된 프라이빗 엔드포인트 연결을 가져옵니다.

az healthcareapis private-endpoint-connection update

서비스와 연결된 지정된 프라이빗 엔드포인트 연결의 상태를 업데이트합니다.

az healthcareapis private-endpoint-connection wait

healthcareapis private-endpoint-connection 조건이 충족될 때까지 CLI를 대기 상태로 유지합니다.

az healthcareapis private-endpoint-connection create

서비스와 연결된 지정된 프라이빗 엔드포인트 연결의 상태를 업데이트합니다.

az healthcareapis private-endpoint-connection create --name
                                                     --resource-group
                                                     --resource-name
                                                     [--no-wait]
                                                     [--private-link-service-connection-state-actions-required]
                                                     [--private-link-service-connection-state-description]
                                                     [--private-link-service-connection-state-status {Approved, Pending, Rejected}]

예제

PrivateEndpointConnection_CreateOrUpdate

az healthcareapis private-endpoint-connection create --name "myConnection" --resource-group "rgname" --resource-name "service1"

필수 매개 변수

--name --private-endpoint-connection-name -n

Azure 리소스와 연결된 프라이빗 엔드포인트 연결의 이름입니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--resource-name

서비스 인스턴스의 이름입니다.

선택적 매개 변수

--no-wait

장기 실행 작업이 완료될 때까지 기다리지 마세요.

--private-link-service-connection-state-actions-required

서비스 공급자의 변경 내용에 소비자에 대한 업데이트가 필요한지 여부를 나타내는 메시지입니다.

--private-link-service-connection-state-description

연결 승인/거부 이유입니다.

--private-link-service-connection-state-status

서비스 소유자가 연결을 승인/거부/제거했는지 여부를 나타냅니다.

허용되는 값: Approved, Pending, Rejected

az healthcareapis private-endpoint-connection delete

프라이빗 엔드포인트 연결을 삭제합니다.

az healthcareapis private-endpoint-connection delete --name
                                                     --resource-group
                                                     --resource-name
                                                     [--no-wait]
                                                     [--yes]

예제

PrivateEndpointConnections_Delete

az healthcareapis private-endpoint-connection delete --name "myConnection" --resource-group "rgname" --resource-name "service1"

필수 매개 변수

--name --private-endpoint-connection-name -n

Azure 리소스와 연결된 프라이빗 엔드포인트 연결의 이름입니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--resource-name

서비스 인스턴스의 이름입니다.

선택적 매개 변수

--no-wait

장기 실행 작업이 완료될 때까지 기다리지 마세요.

--yes -y

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

az healthcareapis private-endpoint-connection list

서비스에 대한 모든 프라이빗 엔드포인트 연결을 나열합니다.

az healthcareapis private-endpoint-connection list --resource-group
                                                   --resource-name

예제

PrivateEndpointConnection_List

az healthcareapis private-endpoint-connection list --resource-group "rgname" --resource-name "service1"

필수 매개 변수

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--resource-name

서비스 인스턴스의 이름입니다.

az healthcareapis private-endpoint-connection show

서비스와 연결된 지정된 프라이빗 엔드포인트 연결을 가져옵니다.

az healthcareapis private-endpoint-connection show --name
                                                   --resource-group
                                                   --resource-name

예제

PrivateEndpointConnection_GetConnection

az healthcareapis private-endpoint-connection show --name "myConnection" --resource-group "rgname" --resource-name "service1"

필수 매개 변수

--name --private-endpoint-connection-name -n

Azure 리소스와 연결된 프라이빗 엔드포인트 연결의 이름입니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--resource-name

서비스 인스턴스의 이름입니다.

az healthcareapis private-endpoint-connection update

서비스와 연결된 지정된 프라이빗 엔드포인트 연결의 상태를 업데이트합니다.

az healthcareapis private-endpoint-connection update --name
                                                     --resource-group
                                                     --resource-name
                                                     [--no-wait]
                                                     [--private-link-service-connection-state-actions-required]
                                                     [--private-link-service-connection-state-description]
                                                     [--private-link-service-connection-state-status {Approved, Pending, Rejected}]

필수 매개 변수

--name --private-endpoint-connection-name -n

Azure 리소스와 연결된 프라이빗 엔드포인트 연결의 이름입니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--resource-name

서비스 인스턴스의 이름입니다.

선택적 매개 변수

--no-wait

장기 실행 작업이 완료될 때까지 기다리지 마세요.

--private-link-service-connection-state-actions-required

서비스 공급자의 변경 내용에 소비자에 대한 업데이트가 필요한지 여부를 나타내는 메시지입니다.

--private-link-service-connection-state-description

연결 승인/거부 이유입니다.

--private-link-service-connection-state-status

서비스 소유자가 연결을 승인/거부/제거했는지 여부를 나타냅니다.

허용되는 값: Approved, Pending, Rejected

az healthcareapis private-endpoint-connection wait

healthcareapis private-endpoint-connection 조건이 충족될 때까지 CLI를 대기 상태로 유지합니다.

az healthcareapis private-endpoint-connection wait --name
                                                   --resource-group
                                                   --resource-name
                                                   [--created]
                                                   [--custom]
                                                   [--deleted]
                                                   [--exists]
                                                   [--interval]
                                                   [--timeout]
                                                   [--updated]

예제

healthcareapis private-endpoint-connection이 성공적으로 만들어질 때까지 CLI 스크립트의 다음 줄 실행을 일시 중지합니다.

az healthcareapis private-endpoint-connection wait --name "myConnection" --resource-group "rgname" --resource-name "service1" --created

healthcareapis private-endpoint-connection이 성공적으로 업데이트될 때까지 CLI 스크립트의 다음 줄 실행을 일시 중지합니다.

az healthcareapis private-endpoint-connection wait --name "myConnection" --resource-group "rgname" --resource-name "service1" --updated

healthcareapis private-endpoint-connection이 성공적으로 삭제될 때까지 CLI 스크립트의 다음 줄 실행을 일시 중지합니다.

az healthcareapis private-endpoint-connection wait --name "myConnection" --resource-group "rgname" --resource-name "service1" --deleted

필수 매개 변수

--name --private-endpoint-connection-name -n

Azure 리소스와 연결된 프라이빗 엔드포인트 연결의 이름입니다.

--resource-group -g

리소스 그룹의 이름입니다. az configure --defaults group=<name>을 사용하여 기본 그룹을 구성할 수 있습니다.

--resource-name

서비스 인스턴스의 이름입니다.

선택적 매개 변수

--created

'Succeeded'에서 'provisioningState'를 통해 생성될 때까지 기다립니다.

--custom

조건이 사용자 지정 JMESPath 쿼리를 충족할 때까지 기다립니다. 예를 들어 provisioningState!='InProgress', instanceView.statuses[?code=='PowerState/running'].

--deleted

삭제될 때까지 기다립니다.

--exists

리소스가 존재할 때까지 기다립니다.

--interval

폴링 간격(초)입니다.

기본값: 30
--timeout

최대 대기 시간(초)입니다.

기본값: 3600
--updated

'Succeeded'에서 provisioningState로 업데이트될 때까지 기다립니다.