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

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

Private Properties

Property Type Description
GetResourceBody JToken

Protected Methods

Method Description
GetActionMessage ( string resourceId ) : string

Gets the action message.

GetProccessMessage ( ) : string

Gets the process message.

OnProcessRecord ( ) : void

Executes the cmdlet.

Private Methods

Method Description
GetResourceBody ( ) : JToken

Gets the lock.

Method Details

GetActionMessage() protected method

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

GetProccessMessage() protected method

Gets the process message.
protected GetProccessMessage ( ) : string
return string

OnProcessRecord() protected method

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