ConnectionOperationsExtensions.Get Method

Definition

Retrieve the connection identified by connection name. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

public static Microsoft.WindowsAzure.Management.Automation.Models.ConnectionGetResponse Get (this Microsoft.WindowsAzure.Management.Automation.IConnectionOperations operations, string automationAccount, string connectionName);
static member Get : Microsoft.WindowsAzure.Management.Automation.IConnectionOperations * string * string -> Microsoft.WindowsAzure.Management.Automation.Models.ConnectionGetResponse
<Extension()>
Public Function Get (operations As IConnectionOperations, automationAccount As String, connectionName As String) As ConnectionGetResponse

Parameters

operations
IConnectionOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.

automationAccount
String

Required. The automation account name.

connectionName
String

Required. The name of connection.

Returns

The response model for the get connection operation.

Applies to