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

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

Private Properties

Property Type Description
GetResource JToken
GetResourceId string

Protected Methods

Method Description
OnProcessRecord ( ) : void

Executes the cmdlet.

Private Methods

Method Description
GetResource ( ) : JToken

Constructs the resource

GetResourceId ( ) : string

Gets the resource Id

Method Details

OnProcessRecord() protected method

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