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

Inheritance: ResourceLockManagementCmdletBase
Afficher le fichier Open project: Azure/azure-powershell

Private Properties

Свойство Type Description
GetResourceBody JToken

Méthodes protégées

Méthode Description
GetActionMessage ( string resourceId ) : string

Gets the action message.

GetProccessMessage ( ) : string

Gets the process message.

OnProcessRecord ( ) : void

Executes the cmdlet.

Private Methods

Méthode Description
GetResourceBody ( ) : JToken

Gets the lock.

Method Details

GetActionMessage() protected méthode

Gets the action message.
protected GetActionMessage ( string resourceId ) : string
resourceId string The resource Id.
Résultat string

GetProccessMessage() protected méthode

Gets the process message.
protected GetProccessMessage ( ) : string
Résultat string

OnProcessRecord() protected méthode

Executes the cmdlet.
protected OnProcessRecord ( ) : void
Résultat void