az datashare consumer share-subscription

참고

이 참조는 Azure CLI에 대 한 datashare 확장의 일부 이며 버전 2.3.1 이상이 필요 합니다. Az datashare consumer share-subscription 명령을 처음 실행할 때 확장이 자동으로 설치 됩니다. 확장에 대해 자세히 알아보세요.

소비자가 datashare 공유 구독을 관리 하기 위한 명령입니다.

명령

az datashare consumer share-subscription create

계정에 공유 구독을 만듭니다.

az datashare consumer share-subscription delete

계정에서 공유 구독을 삭제 합니다.

az datashare consumer share-subscription list

계정에서 공유 구독을 나열 합니다.

az datashare consumer share-subscription list-source-dataset

공유 구독의 원본 데이터 집합을 나열 합니다.

az datashare consumer share-subscription list-source-share-synchronization-setting

공유에 설정 된 동기화 설정을 나열 합니다.

az datashare consumer share-subscription show

계정에 공유 구독을 표시 합니다.

az datashare consumer share-subscription synchronization

소비자가 datashare 공유 구독 동기화를 관리 하는 명령입니다.

az datashare consumer share-subscription synchronization cancel

동기화를 취소 하는 요청입니다.

az datashare consumer share-subscription synchronization list

공유 구독의 동기화를 나열 합니다.

az datashare consumer share-subscription synchronization list-detail

동기화 정보를 나열 합니다.

az datashare consumer share-subscription synchronization start

데이터 집합 동기화를 시작 합니다.

az datashare consumer share-subscription synchronization wait

Datashare 공유 구독 동기화의 조건이 충족 될 때까지 CLI를 대기 중 상태로 전환 합니다.

az datashare consumer share-subscription wait

Datashare share 구독의 조건이 충족 될 때까지 CLI를 대기 중 상태로 전환 합니다.

az datashare consumer share-subscription create

계정에 공유 구독을 만듭니다.

az datashare consumer share-subscription create --account-name
                                                --invitation-id
                                                --name
                                                --resource-group
                                                --source-share-location

예제

공유 구독 만들기

az datashare consumer share-subscription create --account-name MyAccount --resource-group MyResourceGroup --invitation-id 00000000-0000-0000-0000-000000000000 --source-share-location "eastus2" --name MyShareSubscription

필수 매개 변수

--account-name

공유 계정의 이름입니다.

--invitation-id

초대 id입니다.

--name -n

공유 구독의 이름입니다.

--resource-group -g

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

--source-share-location

원본 공유 위치.

az datashare consumer share-subscription delete

계정에서 공유 구독을 삭제 합니다.

az datashare consumer share-subscription delete --account-name
                                                --name
                                                --resource-group
                                                [--no-wait]
                                                [--yes]

예제

공유 구독 삭제

az datashare consumer share-subscription delete --account-name MyAccount --resource-group MyResourceGroup --name MyShareSubscription

필수 매개 변수

--account-name

공유 계정의 이름입니다.

--name -n

공유 구독의 이름입니다.

--resource-group -g

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

선택적 매개 변수

--no-wait

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

--yes -y

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

az datashare consumer share-subscription list

계정에서 공유 구독을 나열 합니다.

az datashare consumer share-subscription list --account-name
                                              --resource-group

예제

공유 구독 나열

az datashare consumer share-subscription list --account-name MyAccount --resource-group MyResourceGroup

필수 매개 변수

--account-name

공유 계정의 이름입니다.

--resource-group -g

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

az datashare consumer share-subscription list-source-dataset

공유 구독의 원본 데이터 집합을 나열 합니다.

az datashare consumer share-subscription list-source-dataset --account-name
                                                             --resource-group
                                                             --share-subscription-name

예제

원본 데이터 집합 나열

az datashare consumer share-subscription list-source-dataset --account-name MyAccount --resource-group MyResourceGroup --share-subscription-name MyShare

필수 매개 변수

--account-name

공유 계정의 이름입니다.

--resource-group -g

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

--share-subscription-name

공유 구독의 이름입니다.

az datashare consumer share-subscription list-source-share-synchronization-setting

공유에 설정 된 동기화 설정을 나열 합니다.

az datashare consumer share-subscription list-source-share-synchronization-setting --account-name
                                                                                   --resource-group
                                                                                   --share-subscription-name

예제

동기화 설정 나열

az datashare consumer share-subscription list-source-share-synchronization-setting --account-name MyAccount --resource-group MyResourceGroup --share-subscription-name MyShareSub

필수 매개 변수

--account-name

공유 계정의 이름입니다.

--resource-group -g

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

--share-subscription-name

공유 구독의 이름입니다.

az datashare consumer share-subscription show

계정에 공유 구독을 표시 합니다.

az datashare consumer share-subscription show --account-name
                                              --name
                                              --resource-group

예제

공유 구독 표시

az datashare consumer share-subscription show --account-name MyAccount --resource-group MyResourceGroup --name MyShareSubscription

필수 매개 변수

--account-name

공유 계정의 이름입니다.

--name -n

공유 구독의 이름입니다.

--resource-group -g

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

az datashare consumer share-subscription wait

Datashare share 구독의 조건이 충족 될 때까지 CLI를 대기 중 상태로 전환 합니다.

az datashare consumer share-subscription wait --account-name
                                              --name
                                              --resource-group
                                              [--created]
                                              [--custom]
                                              [--deleted]
                                              [--exists]
                                              [--interval]
                                              [--timeout]
                                              [--updated]

예제

Datashare share 구독이 성공적으로 프로 비전 될 때까지 CLI 스크립트의 다음 줄 실행을 일시 중지 합니다.

az datashare consumer share-subscription wait --account-name MyAccount --resource-group MyResourceGroup --name MyShareSubscription --created

필수 매개 변수

--account-name

공유 계정의 이름입니다.

--name -n

공유 구독의 이름입니다.

--resource-group -g

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

선택적 매개 변수

--created

' 성공 '에서 ' provisioningState '를 사용 하 여 만들 때까지 기다립니다.

--custom

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

--deleted

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

--exists

리소스가 있을 때까지 기다립니다.

--interval

폴링 간격 (초)입니다.

기본값: 30
--timeout

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

기본값: 3600
--updated

' 성공 '으로 provisioningState으로 업데이트할 때까지 기다립니다.