C# Class Microsoft.Azure.Commands.Scheduler.Cmdlets.NewAzureSchedulerHttpJobCommand

Inheritance: Microsoft.Azure.Commands.Scheduler.Utilities.JobBaseCmdlet, IDynamicParameters
Show file Open project: Azure/azure-powershell

Private Properties

Property Type Description
GetAuthenticationParams Microsoft.Azure.Commands.Scheduler.Models.PSHttpJobAuthenticationParams

Public Methods

Method Description
ExecuteCmdlet ( ) : void

Executes the command.

GetDynamicParameters ( ) : object

Get conditional parameters depending on specified ErrorAction and/or type of http authentication.

Private Methods

Method Description
GetAuthenticationParams ( ) : PSHttpJobAuthenticationParams

Gets http authentication.

Method Details

ExecuteCmdlet() public method

Executes the command.
public ExecuteCmdlet ( ) : void
return void

GetDynamicParameters() public method

Get conditional parameters depending on specified ErrorAction and/or type of http authentication.
public GetDynamicParameters ( ) : object
return object