ConnectionOperationsExtensions Class
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.
public static class ConnectionOperationsExtensions
type ConnectionOperationsExtensions = class
Public Module ConnectionOperationsExtensions
Inheritance
ConnectionOperationsExtensions
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