IConnectionOperations Interface

 

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

Namespace:   Microsoft.WindowsAzure.Management.Automation
Assembly:  Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)

public interface IConnectionOperations

NameDescription
System_CAPS_pubmethodCreateAsync(String, ConnectionCreateParameters, CancellationToken)

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

System_CAPS_pubmethodDeleteAsync(String, String, CancellationToken)

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

System_CAPS_pubmethodGetAsync(String, String, CancellationToken)

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

System_CAPS_pubmethodListAsync(String, CancellationToken)

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

System_CAPS_pubmethodListNextAsync(String, CancellationToken)

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

System_CAPS_pubmethodUpdateAsync(String, ConnectionUpdateParameters, CancellationToken)

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

NameDescription
System_CAPS_pubmethodCreate(String, ConnectionCreateParameters)

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

System_CAPS_pubmethodCreateAsync(String, ConnectionCreateParameters)

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

System_CAPS_pubmethodDelete(String, String)

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

System_CAPS_pubmethodDeleteAsync(String, String)

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

System_CAPS_pubmethodGet(String, String)

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

System_CAPS_pubmethodGetAsync(String, String)

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

System_CAPS_pubmethodList(String)

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

System_CAPS_pubmethodListAsync(String)

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

System_CAPS_pubmethodListNext(String)

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

System_CAPS_pubmethodListNextAsync(String)

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

System_CAPS_pubmethodUpdate(String, ConnectionUpdateParameters)

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

System_CAPS_pubmethodUpdateAsync(String, ConnectionUpdateParameters)

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

Return to top
Show: