C# Class Microsoft.Azure.Commands.ResourceManager.Cmdlets.Implementation.GetAzurePolicyDefinitionCmdlet

Inheritance: PolicyDefinitionCmdletBase
ファイルを表示 Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetResourceId string
GetResources Task>
RunCmdlet void

Protected Methods

Method Description
OnProcessRecord ( ) : void

Executes the cmdlet.

Private Methods

Method Description
GetResourceId ( ) : string

Gets the resource Id

GetResources ( ) : Task>

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

RunCmdlet ( ) : void

Contains the cmdlet's execution logic.

Method Details

OnProcessRecord() protected method

Executes the cmdlet.
protected OnProcessRecord ( ) : void
return void