IConnectionOperations Interface

Definition

Service operation for automation connections. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

public interface IConnectionOperations
type IConnectionOperations = interface
Public Interface IConnectionOperations

Methods

CreateAsync(String, ConnectionCreateParameters, CancellationToken)

Create a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

DeleteAsync(String, String, CancellationToken)

Delete the connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

GetAsync(String, String, CancellationToken)

Retrieve the connection identified by connection name. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

ListAsync(String, CancellationToken)

Retrieve a list of connections. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

ListNextAsync(String, CancellationToken)

Retrieve next list of connections. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

UpdateAsync(String, ConnectionUpdateParameters, CancellationToken)

Update a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

Extension Methods

Create(IConnectionOperations, String, ConnectionCreateParameters)

Create a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

CreateAsync(IConnectionOperations, String, ConnectionCreateParameters)

Create a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

Delete(IConnectionOperations, String, String)

Delete the connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

DeleteAsync(IConnectionOperations, String, String)

Delete the connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

Get(IConnectionOperations, String, String)

Retrieve the connection identified by connection name. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

GetAsync(IConnectionOperations, String, String)

Retrieve the connection identified by connection name. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

List(IConnectionOperations, String)

Retrieve a list of connections. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

ListAsync(IConnectionOperations, String)

Retrieve a list of connections. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

ListNext(IConnectionOperations, String)

Retrieve next list of connections. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

ListNextAsync(IConnectionOperations, String)

Retrieve next list of connections. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

Update(IConnectionOperations, String, ConnectionUpdateParameters)

Update a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

UpdateAsync(IConnectionOperations, String, ConnectionUpdateParameters)

Update a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

Applies to