ConnectionOperationsExtensions Class

 

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

System.Object
  Microsoft.WindowsAzure.Management.Automation.ConnectionOperationsExtensions

<ExtensionAttribute>
Public NotInheritable Class ConnectionOperationsExtensions

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)

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: