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

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

Private Properties

프로퍼티 타입 설명
GetResourceBody JToken

보호된 메소드들

메소드 설명
GetActionMessage ( string resourceId ) : string

Gets the action message.

GetProccessMessage ( ) : string

Gets the process message.

OnProcessRecord ( ) : void

Executes the cmdlet.

비공개 메소드들

메소드 설명
GetResourceBody ( ) : JToken

Gets the lock.

메소드 상세

GetActionMessage() 보호된 메소드

Gets the action message.
protected GetActionMessage ( string resourceId ) : string
resourceId string The resource Id.
리턴 string

GetProccessMessage() 보호된 메소드

Gets the process message.
protected GetProccessMessage ( ) : string
리턴 string

OnProcessRecord() 보호된 메소드

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