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

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

Private Properties

Property Type Description
GetResource Resource
GetResourceBody JToken

Protected Methods

Method Description
OnProcessRecord ( ) : void

Executes the cmdlet.

Private Methods

Method Description
GetResource ( ) : Resource

Constructs the resource assuming that only the properties were passed in.

GetResourceBody ( ) : JToken

Gets the resource body from the parameters.

Method Details

OnProcessRecord() protected method

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