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 | |
---|---|---|
Create(IConnectionOperations, String, ConnectionCreateParameters) | Create a connection. (see https://aka.ms/azureautomationsdk/connectionoperations for more information) |
|
CreateAsync(IConnectionOperations, String, ConnectionCreateParameters) | Create a connection. (see https://aka.ms/azureautomationsdk/connectionoperations for more information) |
|
Delete(IConnectionOperations, String, String) | Delete the connection. (see https://aka.ms/azureautomationsdk/connectionoperations for more information) |
|
DeleteAsync(IConnectionOperations, String, String) | Delete the connection. (see https://aka.ms/azureautomationsdk/connectionoperations for more information) |
|
Get(IConnectionOperations, String, String) | Retrieve the connection identified by connection name. (see https://aka.ms/azureautomationsdk/connectionoperations for more information) |
|
GetAsync(IConnectionOperations, String, String) | Retrieve the connection identified by connection name. (see https://aka.ms/azureautomationsdk/connectionoperations for more information) |
|
List(IConnectionOperations, String) | Retrieve a list of connections. (see https://aka.ms/azureautomationsdk/connectionoperations for more information) |
|
ListAsync(IConnectionOperations, String) | Retrieve a list of connections. (see https://aka.ms/azureautomationsdk/connectionoperations for more information) |
|
ListNext(IConnectionOperations, String) | Retrieve next list of connections. (see https://aka.ms/azureautomationsdk/connectionoperations for more information) |
|
ListNextAsync(IConnectionOperations, String) | Retrieve next list of connections. (see https://aka.ms/azureautomationsdk/connectionoperations for more information) |
|
Update(IConnectionOperations, String, ConnectionUpdateParameters) | Update a connection. (see https://aka.ms/azureautomationsdk/connectionoperations for more information) |
|
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