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
Create(IConnectionTypeOperations, String, ConnectionTypeCreateParameters)

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

CreateAsync(IConnectionTypeOperations, String, ConnectionTypeCreateParameters)

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

Delete(IConnectionTypeOperations, String, String)

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

DeleteAsync(IConnectionTypeOperations, String, String)

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

Get(IConnectionTypeOperations, String, String)

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

GetAsync(IConnectionTypeOperations, String, String)

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

List(IConnectionTypeOperations, String)

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

ListAsync(IConnectionTypeOperations, String)

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

ListNext(IConnectionTypeOperations, String)

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

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