ConnectionTypeOperationsExtensions.GetAsync Method
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.
Retrieve the connectiontype identified by connectiontype name. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)
public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeGetResponse> GetAsync (this Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations operations, string automationAccount, string connectionTypeName);
static member GetAsync : Microsoft.WindowsAzure.Management.Automation.IConnectionTypeOperations * string * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Automation.Models.ConnectionTypeGetResponse>
<Extension()>
Public Function GetAsync (operations As IConnectionTypeOperations, automationAccount As String, connectionTypeName As String) As Task(Of 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
Azure SDK for .NET