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

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

Private Properties

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

Méthodes protégées

Méthode Description
OnProcessRecord ( ) : void

Executes the cmdlet.

Private Methods

Méthode 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 méthode

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