IConnectionTypeOperations Interface

Definition

ConnectionTypeOperations operations.

public interface IConnectionTypeOperations
type IConnectionTypeOperations = interface
Public Interface IConnectionTypeOperations

Methods

CreateOrUpdateAsync(String, String, ConnectionTypeCreateOrUpdateParameters, CancellationToken)
CreateOrUpdateWithHttpMessagesAsync(String, String, String, ConnectionTypeCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

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

DeleteAsync(String, String, String, CancellationToken)
DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetAsync(String, String, String, CancellationToken)
GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListAsync(String, String, CancellationToken)
ListByAutomationAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByAutomationAccountWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListNextAsync(String, CancellationToken)

Extension 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