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

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

Private Properties

프로퍼티 타입 설명
GetExistingResource Task
GetResource JToken

보호된 메소드들

메소드 설명
GetPolicyRuleObject ( ) : JToken

Gets the policy rule object

GetResourceId ( ) : string

Gets the resource Id from the supplied PowerShell parameters.

OnProcessRecord ( ) : void

Executes the cmdlet.

비공개 메소드들

메소드 설명
GetExistingResource ( string resourceId, string apiVersion ) : Task

Gets a resource.

GetResource ( string resourceId, string apiVersion ) : JToken

Constructs the resource

메소드 상세

GetPolicyRuleObject() 보호된 메소드

Gets the policy rule object
protected GetPolicyRuleObject ( ) : JToken
리턴 JToken

GetResourceId() 보호된 메소드

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

OnProcessRecord() 보호된 메소드

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