Connection Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Connection() |
Initializes a new instance of the Connection class. |
Connection(String, String, Connection) |
Initializes a new instance of the Connection class. |
Connection()
Initializes a new instance of the Connection class.
public Connection ();
Public Sub New ()
Applies to
Connection(String, String, Connection)
Initializes a new instance of the Connection class.
public Connection (string resourceGroupName, string accountAcccountName, Microsoft.Azure.Management.Automation.Models.Connection connection);
new Microsoft.Azure.Commands.Automation.Model.Connection : string * string * Microsoft.Azure.Management.Automation.Models.Connection -> Microsoft.Azure.Commands.Automation.Model.Connection
Public Sub New (resourceGroupName As String, accountAcccountName As String, connection As Connection)
Parameters
- resourceGroupName
- String
The resource group name.
- accountAcccountName
- String
The account name.
- connection
- Connection
The connection.