IConnectionTypeOperations Interface
Service operation for automation connectiontypes. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)
Assembly: Microsoft.WindowsAzure.Management.Automation (in Microsoft.WindowsAzure.Management.Automation.dll)
| Name | Description | |
|---|---|---|
| CreateAsync(String^, ConnectionTypeCreateParameters^, CancellationToken) | Create a connectiontype. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information) | |
| DeleteAsync(String^, String^, CancellationToken) | Delete the connectiontype. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information) | |
| GetAsync(String^, String^, CancellationToken) | Retrieve the connectiontype identified by connectiontype name. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information) | |
| ListAsync(String^, CancellationToken) | Retrieve a list of connectiontypes. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information) | |
| ListNextAsync(String^, CancellationToken) | Retrieve next list of connectiontypes. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information) |
| Name | Description | |
|---|---|---|
| Create(String^, ConnectionTypeCreateParameters^) | Create a connectiontype. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.) | |
| CreateAsync(String^, ConnectionTypeCreateParameters^) | Create a connectiontype. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.) | |
| Delete(String^, String^) | Delete the connectiontype. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.) | |
| DeleteAsync(String^, String^) | Delete the connectiontype. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.) | |
| Get(String^, String^) | Retrieve the connectiontype identified by connectiontype name. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.) | |
| GetAsync(String^, String^) | Retrieve the connectiontype identified by connectiontype name. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.) | |
| List(String^) | Retrieve a list of connectiontypes. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.) | |
| ListAsync(String^) | Retrieve a list of connectiontypes. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.) | |
| ListNext(String^) | Retrieve next list of connectiontypes. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.) | |
| ListNextAsync(String^) | Retrieve next list of connectiontypes. (see http://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.) |