C# Class Microsoft.Azure.Commands.Automation.Model.Connection

Show file Open project: Azure/azure-powershell

Public Methods

Method Description
Connection ( ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the Connection class.

Connection ( string resourceGroupName, string accountAcccountName, Azure connection ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the Connection class.

Method Details

Connection() public method

Initializes a new instance of the Connection class.
public Connection ( ) : Microsoft.Azure.Commands.Automation.Common
return Microsoft.Azure.Commands.Automation.Common

Connection() public method

Initializes a new instance of the Connection class.
///
public Connection ( string resourceGroupName, string accountAcccountName, Azure connection ) : Microsoft.Azure.Commands.Automation.Common
resourceGroupName string /// The resource group name. ///
accountAcccountName string /// The account name. ///
connection Azure /// The connection. ///
return Microsoft.Azure.Commands.Automation.Common