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

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

Private Properties

Property Type Description
RunCmdlet void

Protected Methods

Method Description
GetResourceId ( ) : string

Gets the resource Id from the supplied PowerShell parameters.

OnProcessRecord ( ) : void

Executes the cmdlet.

Private Methods

Method Description
RunCmdlet ( ) : void

Contains the cmdlet's execution logic.

Method Details

GetResourceId() protected method

Gets the resource Id from the supplied PowerShell parameters.
protected GetResourceId ( ) : string
return string

OnProcessRecord() protected method

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