ConnectionTypeOperationsExtensions Methods

 

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

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)

Return to top
Show: