ConnectionOperationsExtensions.Get Method (IConnectionOperations, String, String)
Retrieve the connection identified by connection name. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
public static ConnectionGetResponse Get( this IConnectionOperations operations, string automationAccount, string connectionName )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Automation.IConnectionOperations
Reference to the Microsoft.WindowsAzure.Management.Automation.IConnectionOperations.
- automationAccount
-
Type:
System.String
Required. The automation account name.
- connectionName
-
Type:
System.String
Required. The name of connection.
Return Value
Type: Microsoft.WindowsAzure.Management.Automation.Models.ConnectionGetResponseThe response model for the get connection operation.
Show: