IConnectionOperations Interface
Service operation for automation connections. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
| Name | Description | |
|---|---|---|
![]() | 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) |
| Name | Description | |
|---|---|---|
![]() | Create(String^, ConnectionCreateParameters^) | Create a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)(Defined by ConnectionOperationsExtensions.) |
![]() | CreateAsync(String^, ConnectionCreateParameters^) | Create a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)(Defined by ConnectionOperationsExtensions.) |
![]() | Delete(String^, String^) | Delete the connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)(Defined by ConnectionOperationsExtensions.) |
![]() | DeleteAsync(String^, String^) | Delete the connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)(Defined by ConnectionOperationsExtensions.) |
![]() | Get(String^, String^) | Retrieve the connection identified by connection name. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)(Defined by ConnectionOperationsExtensions.) |
![]() | GetAsync(String^, String^) | Retrieve the connection identified by connection name. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)(Defined by ConnectionOperationsExtensions.) |
![]() | List(String^) | Retrieve a list of connections. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)(Defined by ConnectionOperationsExtensions.) |
![]() | ListAsync(String^) | Retrieve a list of connections. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)(Defined by ConnectionOperationsExtensions.) |
![]() | ListNext(String^) | Retrieve next list of connections. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)(Defined by ConnectionOperationsExtensions.) |
![]() | ListNextAsync(String^) | Retrieve next list of connections. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)(Defined by ConnectionOperationsExtensions.) |
![]() | Update(String^, ConnectionUpdateParameters^) | Update a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)(Defined by ConnectionOperationsExtensions.) |
![]() | UpdateAsync(String^, ConnectionUpdateParameters^) | Update a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)(Defined by ConnectionOperationsExtensions.) |
