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

Inheritance: PolicyDefinitionCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
GetResourceId string
GetResources Task>
RunCmdlet void

Méthodes protégées

Méthode Description
OnProcessRecord ( ) : void

Executes the cmdlet.

Private Methods

Méthode 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 méthode

Executes the cmdlet.
protected OnProcessRecord ( ) : void
Résultat void