ConnectionTypeOperationsExtensions Class

Definition

Extension methods for ConnectionTypeOperations.

public static class ConnectionTypeOperationsExtensions
type ConnectionTypeOperationsExtensions = class
Public Module ConnectionTypeOperationsExtensions
Inheritance
ConnectionTypeOperationsExtensions

Methods

CreateOrUpdate(IConnectionTypeOperations, String, String, ConnectionTypeCreateOrUpdateParameters)
CreateOrUpdate(IConnectionTypeOperations, String, String, String, ConnectionTypeCreateOrUpdateParameters)

Create a connection type. http://aka.ms/azureautomationsdk/connectiontypeoperations

CreateOrUpdateAsync(IConnectionTypeOperations, String, String, ConnectionTypeCreateOrUpdateParameters)
CreateOrUpdateAsync(IConnectionTypeOperations, String, String, String, ConnectionTypeCreateOrUpdateParameters, CancellationToken)

Create a connection type. http://aka.ms/azureautomationsdk/connectiontypeoperations

Delete(IConnectionTypeOperations, String, String, String)

Delete the connection type. http://aka.ms/azureautomationsdk/connectiontypeoperations

DeleteAsync(IConnectionTypeOperations, String, String, String)
DeleteAsync(IConnectionTypeOperations, String, String, String, CancellationToken)

Delete the connection type. http://aka.ms/azureautomationsdk/connectiontypeoperations

Get(IConnectionTypeOperations, String, String, String)

Retrieve the connection type identified by connection type name. http://aka.ms/azureautomationsdk/connectiontypeoperations

GetAsync(IConnectionTypeOperations, String, String, String)
GetAsync(IConnectionTypeOperations, String, String, String, CancellationToken)

Retrieve the connection type identified by connection type name. http://aka.ms/azureautomationsdk/connectiontypeoperations

List(IConnectionTypeOperations, String, String)
ListAsync(IConnectionTypeOperations, String, String)
ListByAutomationAccount(IConnectionTypeOperations, String, String)

Retrieve a list of connection types. http://aka.ms/azureautomationsdk/connectiontypeoperations

ListByAutomationAccountAsync(IConnectionTypeOperations, String, String, CancellationToken)

Retrieve a list of connection types. http://aka.ms/azureautomationsdk/connectiontypeoperations

ListByAutomationAccountNext(IConnectionTypeOperations, String)

Retrieve a list of connection types. http://aka.ms/azureautomationsdk/connectiontypeoperations

ListByAutomationAccountNextAsync(IConnectionTypeOperations, String, CancellationToken)

Retrieve a list of connection types. http://aka.ms/azureautomationsdk/connectiontypeoperations

ListNext(IConnectionTypeOperations, String)
ListNextAsync(IConnectionTypeOperations, String)

Applies to