C# Class Microsoft.Azure.Commands.Scheduler.Utilities.JobBaseCmdlet

Inheritance: SchedulerBaseCmdlet
Mostrar archivo Open project: Azure/azure-powershell

Public Methods

Method Description
AddErrorActionParameters ( string errorActionType, bool create ) : RuntimeDefinedParameterDictionary

Adds error action Powershell Parameters.

Private Methods

Method Description
GetErrorActionParamsValue ( string errorActionType ) : PSJobActionParams

Populates error action paramenter values to PSJobActionParams.

GetServiceBusErrorActionAuthentication ( ) : PSServiceBusAuthenticationParams

Gets service bus error action authentication.

GetServiceBusErrorActionParams ( ) : PSServiceBusParams

Gets service bus error action parameters.

Method Details

AddErrorActionParameters() public method

Adds error action Powershell Parameters.
public AddErrorActionParameters ( string errorActionType, bool create ) : RuntimeDefinedParameterDictionary
errorActionType string Error action type.
create bool true
return RuntimeDefinedParameterDictionary