다음을 통해 공유


Get-AzureRmProviderOperation

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

Warning

AzureRM PowerShell 모듈은 2024년 2월 29일부터 공식적으로 사용되지 않습니다. 사용자는 지속적인 지원 및 업데이트를 보장하기 위해 AzureRM에서 Az PowerShell 모듈로 마이그레이션하는 것이 좋습니다.

AzureRM 모듈은 여전히 작동할 수 있지만 더 이상 기본 또는 지원되지 않으므로 사용자의 재량에 따라 계속 사용할 수 있습니다. Az 모듈로 전환하는 방법에 대한 지침은 마이그레이션 리소스를 참조하세요.

Syntax

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

Description

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

예제

모든 공급자에 대한 모든 작업 가져오기

PS C:\> Get-AzureRmProviderOperation *

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

PS C:\> Get-AzureRmProviderOperation Microsoft.Insights/*

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

PS C:\> Get-AzureRmProviderOperation */virtualMachines/*

매개 변수

-DefaultProfile

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

형식:IAzureContextContainer
Aliases:AzureRmContext, AzureCredential
Position:Named
기본값:None
필수:False
Accept pipeline input:False
Accept wildcard characters:False

-OperationSearchString

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

형식:String
Aliases:Name
Position:0
기본값:"*"
필수:False
Accept pipeline input:True
Accept wildcard characters:False

입력

String

매개 변수: OperationSearchString(ByValue)

출력

PSResourceProviderOperation

참고

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