IConnectionOperations Interface
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.
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
Applies to
Azure SDK for .NET