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

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

Private Properties

Свойство Type Description
GetPatchResourceBody Resource
GetResource Task
GetResourceBody JToken
ShouldUsePatchSemantics bool

Méthodes protégées

Méthode Description
OnProcessRecord ( ) : void

Executes the cmdlet.

Private Methods

Méthode Description
GetPatchResourceBody ( ) : Resource

Gets the resource body for PATCH calls

GetResource ( ) : Task

Gets a resource.

GetResourceBody ( ) : JToken

Gets the resource body.

ShouldUsePatchSemantics ( ) : bool

Determines if the cmdlet should use PATCH semantics.

Method Details

OnProcessRecord() protected méthode

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