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

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

Private Properties

Property Type Description
GetPatchResourceBody Resource
GetResource Task
GetResourceBody JToken
ShouldUsePatchSemantics bool

Protected Methods

Method Description
OnProcessRecord ( ) : void

Executes the cmdlet.

Private Methods

Method 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 method

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