Share via


IConnectionTypeOperations Interface

 

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

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

Syntax

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

Methods

Name Description
System_CAPS_pubmethod CreateAsync(String, ConnectionTypeCreateParameters, CancellationToken)

Create a connectiontype. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)

System_CAPS_pubmethod DeleteAsync(String, String, CancellationToken)

Delete the connectiontype. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)

System_CAPS_pubmethod GetAsync(String, String, CancellationToken)

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

System_CAPS_pubmethod ListAsync(String, CancellationToken)

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

System_CAPS_pubmethod ListNextAsync(String, CancellationToken)

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

Extension Methods

Name Description
System_CAPS_pubmethod Create(String, ConnectionTypeCreateParameters)

Create a connectiontype. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.)

System_CAPS_pubmethod CreateAsync(String, ConnectionTypeCreateParameters)

Create a connectiontype. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.)

System_CAPS_pubmethod Delete(String, String)

Delete the connectiontype. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.)

System_CAPS_pubmethod DeleteAsync(String, String)

Delete the connectiontype. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.)

System_CAPS_pubmethod Get(String, String)

Retrieve the connectiontype identified by connectiontype name. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.)

System_CAPS_pubmethod GetAsync(String, String)

Retrieve the connectiontype identified by connectiontype name. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.)

System_CAPS_pubmethod List(String)

Retrieve a list of connectiontypes. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.)

System_CAPS_pubmethod ListAsync(String)

Retrieve a list of connectiontypes. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.)

System_CAPS_pubmethod ListNext(String)

Retrieve next list of connectiontypes. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.)

System_CAPS_pubmethod ListNextAsync(String)

Retrieve next list of connectiontypes. (see https://aka.ms/azureautomationsdk/connectiontypeoperations for more information)(Defined by ConnectionTypeOperationsExtensions.)

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top