C# Class Microsoft.Azure.Commands.Automation.Cmdlet.AzureAutomationBaseCmdlet

The azure automation base cmdlet.
Inheritance: ResourceManager.Common.AzureRMCmdlet
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description
ParseErrorMessage string

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Protected Methods

Method Description
AutomationProcessRecord ( ) : void
GenerateCmdletOutput ( IEnumerable results ) : bool
GenerateCmdletOutput ( object result ) : bool

Private Methods

Method Description
ParseErrorMessage ( string errorMessage ) : string

Method Details

AutomationProcessRecord() protected method

protected AutomationProcessRecord ( ) : void
return void

ExecuteCmdlet() public method

public ExecuteCmdlet ( ) : void
return void

GenerateCmdletOutput() protected method

protected GenerateCmdletOutput ( IEnumerable results ) : bool
results IEnumerable
return bool

GenerateCmdletOutput() protected method

protected GenerateCmdletOutput ( object result ) : bool
result object
return bool