IConnectionOperations Interface

 

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

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

Syntax

public interface IConnectionOperations
public interface class IConnectionOperations
type IConnectionOperations = interface end
Public Interface IConnectionOperations

Methods

Name Description
CreateAsync(String, ConnectionCreateParameters, CancellationToken)

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

DeleteAsync(String, String, CancellationToken)

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

GetAsync(String, String, CancellationToken)

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

ListAsync(String, CancellationToken)

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

ListNextAsync(String, CancellationToken)

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

UpdateAsync(String, ConnectionUpdateParameters, CancellationToken)

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

Extension Methods

Name Description
Create(String, ConnectionCreateParameters)

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

CreateAsync(String, ConnectionCreateParameters)

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

Delete(String, String)

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

DeleteAsync(String, String)

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

Get(String, String)

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

GetAsync(String, String)

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

List(String)

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

ListAsync(String)

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

ListNext(String)

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

ListNextAsync(String)

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

Update(String, ConnectionUpdateParameters)

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

UpdateAsync(String, ConnectionUpdateParameters)

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

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top