Share via


ConnectionTypeOperationsExtensions 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.ConnectionTypeOperationsExtensions

Syntax

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

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(IConnectionTypeOperations, String, ConnectionTypeCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IConnectionTypeOperations, String, ConnectionTypeCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Delete(IConnectionTypeOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IConnectionTypeOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Get(IConnectionTypeOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IConnectionTypeOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static List(IConnectionTypeOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IConnectionTypeOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNext(IConnectionTypeOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNextAsync(IConnectionTypeOperations, String)

Retrieve next list of connectiontypes. (see https://aka.ms/azureautomationsdk/connectiontypeoperations 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