ConnectionOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(IConnectionOperations^, String^, ConnectionCreateParameters^)

Create a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IConnectionOperations^, String^, ConnectionCreateParameters^)

Create a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticDelete(IConnectionOperations^, String^, String^)

Delete the connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IConnectionOperations^, String^, String^)

Delete the connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticGet(IConnectionOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IConnectionOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticList(IConnectionOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IConnectionOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticListNext(IConnectionOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticListNextAsync(IConnectionOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdate(IConnectionOperations^, String^, ConnectionUpdateParameters^)

Update a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

System_CAPS_pubmethodSystem_CAPS_staticUpdateAsync(IConnectionOperations^, String^, ConnectionUpdateParameters^)

Update a connection. (see http://aka.ms/azureautomationsdk/connectionoperations for more information)

Return to top
Show: