Share via


ConnectionOperationsExtensions Class

 

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

Inheritance Hierarchy

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

Syntax

public static class ConnectionOperationsExtensions
[ExtensionAttribute]
public ref class ConnectionOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ConnectionOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ConnectionOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(IConnectionOperations, String, ConnectionCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IConnectionOperations, String, ConnectionCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Delete(IConnectionOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IConnectionOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Get(IConnectionOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IConnectionOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static List(IConnectionOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IConnectionOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNext(IConnectionOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNextAsync(IConnectionOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static Update(IConnectionOperations, String, ConnectionUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(IConnectionOperations, String, ConnectionUpdateParameters)

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

Thread Safety

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

See Also

Microsoft.WindowsAzure.Management.Automation Namespace

Return to top