Get-AzProviderOperation

Azure RBAC를 사용하여 보안을 설정할 수 있는 Azure 리소스 공급자에 대한 작업을 가져옵니다.

Syntax

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

Description

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

예제

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

Get-AzProviderOperation *

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

Get-AzProviderOperation Microsoft.Insights/*

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

Get-AzProviderOperation */virtualMachines/*

매개 변수

-DefaultProfile

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

Type:IAzureContextContainer
Aliases:AzContext, AzureRmContext, AzureCredential
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-OperationSearchString

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

Type:String
Aliases:Name
Position:0
Default value:"*"
Required:False
Accept pipeline input:True
Accept wildcard characters:False

입력

String

출력

PSResourceProviderOperation

참고

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