다음을 통해 공유


Get-AzProviderOperation

Azure RBAC를 사용하여 보안이 유지되는 Azure 리소스 공급자에 대한 작업을 가져옵니다.

구문

Get-AzProviderOperation
   [[-OperationSearchString] <String>]
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Get-AzProviderOperation Azure 리소스 공급자가 노출하는 작업을 가져옵니다. Azure RBAC에서 사용자 지정 역할을 만들기 위해 작업을 구성할 수 있습니다. 이 명령은 표시할 작업 세부 정보를 결정하는 작업 검색 문자열(가능한 와일드카드() 문자 포함)을 입력으로 사용합니다. Get-AzProviderOperation *를 사용하여 모든 Azure 리소스 공급자에 대한 모든 작업을 가져옵니다. microsoft.Compute/ Get-AzProviderOperation 사용하여 Microsoft.Compute 리소스 공급자의 모든 작업을 가져옵니다.

예제

예제 1: 모든 공급자에 대한 모든 작업 가져오기

Get-AzProviderOperation *

예제 2: 특정 리소스 공급자에 대한 작업 가져오기

Get-AzProviderOperation Microsoft.Insights/*

예제 3: 가상 머신에서 수행할 수 있는 모든 작업 가져오기

Get-AzProviderOperation */virtualMachines/*

매개 변수

-DefaultProfile

Azure와의 통신에 사용되는 자격 증명, 계정, 테넌트 및 구독

형식:IAzureContextContainer
별칭:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
필수:False
파이프라인 입력 허용:False
와일드카드 문자 허용:False

-OperationSearchString

작업 검색 문자열(가능한 와일드카드(*) 문자 포함)

형식:String
별칭:Name
Position:0
Default value:"*"
필수:False
파이프라인 입력 허용:True
와일드카드 문자 허용:False

입력

String

출력

PSResourceProviderOperation

참고

키워드: azure, azurerm, arm, 리소스, 관리, 관리자, 리소스, 그룹, 템플릿, 배포