C# Class Microsoft.Azure.Commands.Automation.RequestSettings

Inheritance: IDisposable
Show file Open project: Azure/azure-powershell

Public Methods

Method Description
Dispose ( ) : void
RequestSettings ( IAutomationManagementClient automationClient ) : Microsoft.Azure.Commands.Automation.Common

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

RequestSettings() public method

public RequestSettings ( IAutomationManagementClient automationClient ) : Microsoft.Azure.Commands.Automation.Common
automationClient IAutomationManagementClient
return Microsoft.Azure.Commands.Automation.Common