ConnectionTypeOperationsExtensions.GetAsync(IConnectionTypeOperations, String, String, String) 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.Azure.Management.Automation.Models.ConnectionTypeGetResponse> GetAsync (this Microsoft.Azure.Management.Automation.IConnectionTypeOperations operations, string resourceGroupName, string automationAccount, string connectionTypeName);
static member GetAsync : Microsoft.Azure.Management.Automation.IConnectionTypeOperations * string * string * string -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ConnectionTypeGetResponse>
<Extension()>
Public Function GetAsync (operations As IConnectionTypeOperations, resourceGroupName As String, automationAccount As String, connectionTypeName As String) As Task(Of ConnectionTypeGetResponse)
Parameters
- operations
- IConnectionTypeOperations
Reference to the Microsoft.Azure.Management.Automation.IConnectionTypeOperations.
- resourceGroupName
- System.String
Required. The name of the resource group
- automationAccount
- System.String
Required. The automation account name.
- connectionTypeName
- System.String
Required. The name of connectiontype.
Returns
- System.Threading.Tasks.Task<ConnectionTypeGetResponse>
The response model for the get connection type operation.