IConnectionTypeOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
In this article
public interface IConnectionTypeOperations
type IConnectionTypeOperations = interface
Public Interface IConnectionTypeOperations
Methods
CreateOrUpdateAsync(String, String, ConnectionTypeCreateOrUpdateParameters, CancellationToken)
Create a connectiontype. (see
http://aka.ms/azureautomationsdk/connectiontypeoperations for more
information)
DeleteAsync(String, String, String, CancellationToken)
Delete the connectiontype. (see
http://aka.ms/azureautomationsdk/connectiontypeoperations for more
information)
GetAsync(String, String, String, CancellationToken)
Retrieve the connectiontype identified by connectiontype name.
(see http://aka.ms/azureautomationsdk/connectiontypeoperations
for more information)
ListAsync(String, 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)
Extension Methods
CreateOrUpdate(IConnectionTypeOperations, String, String, ConnectionTypeCreateOrUpdateParameters)
Create a connectiontype. (see
http://aka.ms/azureautomationsdk/connectiontypeoperations for more
information)
CreateOrUpdateAsync(IConnectionTypeOperations, String, String, ConnectionTypeCreateOrUpdateParameters)
Create a connectiontype. (see
http://aka.ms/azureautomationsdk/connectiontypeoperations for more
information)
Delete(IConnectionTypeOperations, String, String, String)
Delete the connectiontype. (see
http://aka.ms/azureautomationsdk/connectiontypeoperations for more
information)
DeleteAsync(IConnectionTypeOperations, String, String, String)
Delete the connectiontype. (see
http://aka.ms/azureautomationsdk/connectiontypeoperations for more
information)
Get(IConnectionTypeOperations, String, String, String)
Retrieve the connectiontype identified by connectiontype name.
(see http://aka.ms/azureautomationsdk/connectiontypeoperations
for more information)
GetAsync(IConnectionTypeOperations, String, String, String)
Retrieve the connectiontype identified by connectiontype name.
(see http://aka.ms/azureautomationsdk/connectiontypeoperations
for more information)
List(IConnectionTypeOperations, String, String)
Retrieve a list of connectiontypes. (see
http://aka.ms/azureautomationsdk/connectiontypeoperations for more
information)
ListAsync(IConnectionTypeOperations, String, String)
Retrieve a list of connectiontypes. (see
http://aka.ms/azureautomationsdk/connectiontypeoperations for more
information)
ListNext(IConnectionTypeOperations, String)
Retrieve next list of connectiontypes. (see
http://aka.ms/azureautomationsdk/connectiontypeoperations for more
information)
ListNextAsync(IConnectionTypeOperations, String)
Retrieve next list of connectiontypes. (see
http://aka.ms/azureautomationsdk/connectiontypeoperations for more
information)
Applies to