IConnectionTypeOperations Interface

 

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

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

public interface class IConnectionTypeOperations

NameDescription
System_CAPS_pubmethodCreateAsync(String^, ConnectionTypeCreateParameters^, CancellationToken)

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

System_CAPS_pubmethodDeleteAsync(String^, String^, CancellationToken)

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

System_CAPS_pubmethodGetAsync(String^, String^, CancellationToken)

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

System_CAPS_pubmethodListAsync(String^, CancellationToken)

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

System_CAPS_pubmethodListNextAsync(String^, CancellationToken)

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

NameDescription
System_CAPS_pubmethodCreate(String^, ConnectionTypeCreateParameters^)

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

System_CAPS_pubmethodCreateAsync(String^, ConnectionTypeCreateParameters^)

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

System_CAPS_pubmethodDelete(String^, String^)

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

System_CAPS_pubmethodDeleteAsync(String^, String^)

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

System_CAPS_pubmethodGet(String^, String^)

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

System_CAPS_pubmethodGetAsync(String^, String^)

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

System_CAPS_pubmethodList(String^)

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

System_CAPS_pubmethodListAsync(String^)

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

System_CAPS_pubmethodListNext(String^)

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

System_CAPS_pubmethodListNextAsync(String^)

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

Return to top
Show: