ConnectionTypeOperationsExtensions Class

 

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

System.Object
  Microsoft.WindowsAzure.Management.Automation.ConnectionTypeOperationsExtensions

<ExtensionAttribute>
Public NotInheritable Class ConnectionTypeOperationsExtensions

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(IConnectionTypeOperations, String, ConnectionTypeCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IConnectionTypeOperations, String, ConnectionTypeCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_staticDelete(IConnectionTypeOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IConnectionTypeOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticGet(IConnectionTypeOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IConnectionTypeOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_staticList(IConnectionTypeOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IConnectionTypeOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticListNext(IConnectionTypeOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_staticListNextAsync(IConnectionTypeOperations, String)

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