ConnectionTypeOperationsExtensions.Get Method

Definition

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

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

Parameters

operations
IConnectionTypeOperations

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

automationAccount
String

Required. The automation account name.

connectionTypeName
String

Required. The name of connectiontype.

Returns

The response model for the get connection type operation.

Applies to