ConnectionOperationsExtensions Class

Definition

Extension methods for ConnectionOperations.

public static class ConnectionOperationsExtensions
type ConnectionOperationsExtensions = class
Public Module ConnectionOperationsExtensions
Inheritance
ConnectionOperationsExtensions

Methods

CreateOrUpdate(IConnectionOperations, String, String, ConnectionCreateOrUpdateParameters)
CreateOrUpdate(IConnectionOperations, String, String, String, ConnectionCreateOrUpdateParameters)

Create or update a connection. http://aka.ms/azureautomationsdk/connectionoperations

CreateOrUpdateAsync(IConnectionOperations, String, String, ConnectionCreateOrUpdateParameters)
CreateOrUpdateAsync(IConnectionOperations, String, String, String, ConnectionCreateOrUpdateParameters, CancellationToken)

Create or update a connection. http://aka.ms/azureautomationsdk/connectionoperations

Delete(IConnectionOperations, String, String, String)

Delete the connection. http://aka.ms/azureautomationsdk/connectionoperations

DeleteAsync(IConnectionOperations, String, String, String)
DeleteAsync(IConnectionOperations, String, String, String, CancellationToken)

Delete the connection. http://aka.ms/azureautomationsdk/connectionoperations

Get(IConnectionOperations, String, String, String)

Retrieve the connection identified by connection name. http://aka.ms/azureautomationsdk/connectionoperations

GetAsync(IConnectionOperations, String, String, String)
GetAsync(IConnectionOperations, String, String, String, CancellationToken)

Retrieve the connection identified by connection name. http://aka.ms/azureautomationsdk/connectionoperations

List(IConnectionOperations, String, String)
ListAsync(IConnectionOperations, String, String)
ListByAutomationAccount(IConnectionOperations, String, String)

Retrieve a list of connections. http://aka.ms/azureautomationsdk/connectionoperations

ListByAutomationAccountAsync(IConnectionOperations, String, String, CancellationToken)

Retrieve a list of connections. http://aka.ms/azureautomationsdk/connectionoperations

ListByAutomationAccountNext(IConnectionOperations, String)

Retrieve a list of connections. http://aka.ms/azureautomationsdk/connectionoperations

ListByAutomationAccountNextAsync(IConnectionOperations, String, CancellationToken)

Retrieve a list of connections. http://aka.ms/azureautomationsdk/connectionoperations

ListNext(IConnectionOperations, String)
ListNextAsync(IConnectionOperations, String)
Patch(IConnectionOperations, String, String, ConnectionPatchParameters)
PatchAsync(IConnectionOperations, String, String, ConnectionPatchParameters)
Update(IConnectionOperations, String, String, String, ConnectionUpdateParameters)

Update a connection. http://aka.ms/azureautomationsdk/connectionoperations

UpdateAsync(IConnectionOperations, String, String, String, ConnectionUpdateParameters, CancellationToken)

Update a connection. http://aka.ms/azureautomationsdk/connectionoperations

Applies to