C# 클래스 Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyAssignmentCmdlet

상속: PolicyAssignmentCmdletBase
파일 보기 프로젝트 열기: Azure/azure-powershell

Private Properties

프로퍼티 타입 설명
GetResourceId string
GetResources Task>
IsResourceGet bool
IsScopeLevelList bool
RunCmdlet void

보호된 메소드들

메소드 설명
OnProcessRecord ( ) : void

Executes the cmdlet.

비공개 메소드들

메소드 설명
GetResourceId ( ) : string

Gets the resource Id

GetResources ( ) : Task>

Queries the ARM cache and returns the cached resource that match the query specified.

IsResourceGet ( string resourceId ) : bool

Returns true if it is a single policy assignment get

IsScopeLevelList ( string resourceId ) : bool

Returns true if it is scope level policy assignment list call

RunCmdlet ( ) : void

Contains the cmdlet's execution logic.

메소드 상세

OnProcessRecord() 보호된 메소드

Executes the cmdlet.
protected OnProcessRecord ( ) : void
리턴 void