ConnectionTypeOperationsExtensions.Get 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 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
Azure SDK for .NET