다음을 통해 공유


az eventgrid system-topic

시스템 항목을 관리합니다.

명령

Name Description 형식 상태
az eventgrid system-topic create

시스템 토픽을 만듭니다.

조지아
az eventgrid system-topic delete

시스템 토픽을 삭제합니다.

조지아
az eventgrid system-topic event-subscription

시스템 토픽의 이벤트 구독을 관리합니다.

조지아
az eventgrid system-topic event-subscription create

시스템 토픽에 대한 새 이벤트 구독을 만듭니다.

조지아
az eventgrid system-topic event-subscription delete

시스템 토픽의 이벤트 구독을 삭제합니다.

조지아
az eventgrid system-topic event-subscription list

특정 시스템 토픽의 이벤트 구독을 나열합니다.

조지아
az eventgrid system-topic event-subscription show

시스템 토픽의 이벤트 구독에 대한 세부 정보를 가져옵니다.

조지아
az eventgrid system-topic event-subscription update

시스템 토픽의 이벤트 구독을 업데이트합니다.

조지아
az eventgrid system-topic list

사용 가능한 시스템 항목을 나열합니다.

조지아
az eventgrid system-topic show

시스템 항목의 세부 정보를 가져옵니다.

조지아
az eventgrid system-topic update

시스템 항목을 업데이트합니다.

조지아

az eventgrid system-topic create

시스템 토픽을 만듭니다.

az eventgrid system-topic create --name
                                 --resource-group
                                 --source
                                 --topic-type
                                 [--identity {noidentity, systemassigned}]
                                 [--location]
                                 [--mi-system-assigned]
                                 [--mi-user-assigned]
                                 [--tags]

예제

스토리지 계정 원본에 대한 새 시스템 항목을 만듭니다.

az eventgrid system-topic create -g rg1 --name systemtopic1 --location westus2 --topic-type microsoft.storage.storageaccounts --source /subscriptions/1b3b4501-23b9-4790-c31b-ddbd88d72123/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/stgaccountname

시스템 할당 ID를 사용하여 새 시스템 토픽 만들기

az eventgrid system-topic create -g rg1 --name systemtopic1 --location westus2 --topic-type microsoft.storage.storageaccounts --source /subscriptions/1b3b4501-23b9-4790-c31b-ddbd88d72123/resourceGroups/rg2/providers/Microsoft.Storage/storageAccounts/stgaccountname --identity systemassigned

필수 매개 변수

--name -n

시스템 항목의 이름입니다.

--resource-group -g

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

--source

토픽의 ARM ID(예: /subscriptions/{SubId}/resourceGroups/{RgName}/providers/Microsoft.Storage/storageAccounts/{AccountName})입니다.

--topic-type

토픽 형식의 이름입니다.

선택적 매개 변수

--identity
미리 보기 사용되지 않음

인수 'identity'는 더 이상 사용되지 않으며 향후 릴리스에서 제거될 예정입니다.

리소스의 관리 ID 형식입니다. 나중에 --mi-system-assigned-identity로 더 이상 사용되지 않으며 대체될 예정입니다.

허용되는 값: noidentity, systemassigned
--location -l

위치. 값: az account list-locations. az configure --defaults location=<location>사용하여 기본 위치를 구성할 수 있습니다.

--mi-system-assigned

이 매개 변수가 있으면 SystemAssigned 관리 ID가 사용됨을 나타냅니다.

--mi-user-assigned
미리 보기

identityType이 사용자이거나 혼합된 경우 사용자 할당 ID를 추가합니다. 이 특성은 StorageQueue를 제외한 모든 대상 형식에 유효합니다. 둘 이상의 --mi-user-assigned 인수를 사용하여 여러 특성을 지정할 수 있습니다.

--tags

공백으로 구분된 태그: key[=value] [key[=value] ...]. ""를 사용하여 기존 태그를 지웁니다.

전역 매개 변수
--debug

로깅 세부 정보를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용 및 예제는 http://jmespath.org/ 참조하세요.

--subscription

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

--verbose

로깅 세부 정보를 늘립니다. 전체 디버그 로그에 --debug를 사용합니다.

az eventgrid system-topic delete

시스템 토픽을 삭제합니다.

az eventgrid system-topic delete [--ids]
                                 [--name]
                                 [--resource-group]
                                 [--subscription]
                                 [--yes]

예제

특정 시스템 항목을 삭제합니다.

az eventgrid system-topic delete -g rg1 --name systemtopic1

선택적 매개 변수

--ids

하나 이상의 리소스 ID(공백으로 구분). '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--name -n

시스템 항목의 이름입니다.

--resource-group -g

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

--subscription

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

--yes -y

확인 메시지를 표시하지 않습니다.

Default value: False
전역 매개 변수
--debug

로깅 세부 정보를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용 및 예제는 http://jmespath.org/ 참조하세요.

--subscription

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

--verbose

로깅 세부 정보를 늘립니다. 전체 디버그 로그에 --debug를 사용합니다.

az eventgrid system-topic list

사용 가능한 시스템 항목을 나열합니다.

az eventgrid system-topic list [--odata-query]
                               [--resource-group]

예제

현재 Azure 구독의 모든 시스템 항목을 나열합니다.

az eventgrid system-topic list

리소스 그룹의 모든 시스템 항목을 나열합니다.

az eventgrid system-topic list -g rg1

이름에 "XYZ" 패턴이 포함된 리소스 그룹의 모든 시스템 항목을 나열합니다.

az eventgrid system-topic list -g rg1 --odata-query "Contains(name, 'XYZ')"

이름이 "name1"인 시스템 토픽을 제외하고 리소스 그룹의 모든 시스템 항목을 나열합니다.

az eventgrid system-topic list -g rg1 --odata-query "NOT (name eq 'name1')"

선택적 매개 변수

--odata-query

목록 결과를 필터링하는 데 사용되는 OData 쿼리입니다. 필터링은 현재 Name 속성에서만 허용됩니다. 지원되는 작업에는 CONTAINS, eq(같음), ne(같지 않음), AND, OR 및 NOT이 포함됩니다.

--resource-group -g

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

전역 매개 변수
--debug

로깅 세부 정보를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용 및 예제는 http://jmespath.org/ 참조하세요.

--subscription

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

--verbose

로깅 세부 정보를 늘립니다. 전체 디버그 로그에 --debug를 사용합니다.

az eventgrid system-topic show

시스템 항목의 세부 정보를 가져옵니다.

az eventgrid system-topic show [--ids]
                               [--name]
                               [--resource-group]
                               [--subscription]

예제

시스템 항목의 세부 정보를 표시합니다.

az eventgrid system-topic show -g rg1 -n systemtopic1

리소스 ID를 기반으로 시스템 토픽의 세부 정보를 표시합니다.

az eventgrid system-topic show --ids /subscriptions/{SubID}/resourceGroups/{RG}/providers/Microsoft.EventGrid/systemtopics/systemtopic1

선택적 매개 변수

--ids

하나 이상의 리소스 ID(공백으로 구분). '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--name -n

시스템 항목의 이름입니다.

--resource-group -g

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

--subscription

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

전역 매개 변수
--debug

로깅 세부 정보를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용 및 예제는 http://jmespath.org/ 참조하세요.

--subscription

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

--verbose

로깅 세부 정보를 늘립니다. 전체 디버그 로그에 --debug를 사용합니다.

az eventgrid system-topic update

시스템 항목을 업데이트합니다.

az eventgrid system-topic update [--identity {noidentity, systemassigned}]
                                 [--ids]
                                 [--mi-system-assigned]
                                 [--mi-user-assigned]
                                 [--name]
                                 [--resource-group]
                                 [--subscription]
                                 [--tags]

예제

기존 시스템 토픽의 속성을 업데이트합니다.

az eventgrid system-topic update -g rg1 --name systemtopic1 --tags Dept=IT

기존 시스템 토픽의 ID를 업데이트합니다.

az eventgrid system-topic update -g rg1 --name systemtopic1 --identity systemassigned

선택적 매개 변수

--identity
미리 보기 사용되지 않음

인수 'identity'는 더 이상 사용되지 않으며 향후 릴리스에서 제거될 예정입니다.

리소스의 관리 ID 형식입니다. 나중에 --mi-system-assigned-identity로 더 이상 사용되지 않으며 대체될 예정입니다.

허용되는 값: noidentity, systemassigned
--ids

하나 이상의 리소스 ID(공백으로 구분). '리소스 ID' 인수의 모든 정보를 포함하는 전체 리소스 ID여야 합니다. --ids 또는 다른 '리소스 ID' 인수를 제공해야 합니다.

--mi-system-assigned

이 매개 변수가 있으면 SystemAssigned 관리 ID가 사용됨을 나타냅니다.

--mi-user-assigned
미리 보기

identityType이 사용자이거나 혼합된 경우 사용자 할당 ID를 추가합니다. 이 특성은 StorageQueue를 제외한 모든 대상 형식에 유효합니다. 둘 이상의 --mi-user-assigned 인수를 사용하여 여러 특성을 지정할 수 있습니다.

--name -n

시스템 항목의 이름입니다.

--resource-group -g

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

--subscription

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

--tags

공백으로 구분된 태그: key[=value] [key[=value] ...]. ""를 사용하여 기존 태그를 지웁니다.

전역 매개 변수
--debug

로깅 세부 정보를 늘려 모든 디버그 로그를 표시합니다.

--help -h

이 도움말 메시지를 표시하고 종료합니다.

--only-show-errors

경고를 표시하지 않고 오류만 표시합니다.

--output -o

출력 형식입니다.

허용되는 값: json, jsonc, none, table, tsv, yaml, yamlc
Default value: json
--query

JMESPath 쿼리 문자열입니다. 자세한 내용 및 예제는 http://jmespath.org/ 참조하세요.

--subscription

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

--verbose

로깅 세부 정보를 늘립니다. 전체 디버그 로그에 --debug를 사용합니다.