IModuleOperations Interface

 

Service operation for automation modules. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

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

public interface class IModuleOperations

NameDescription
System_CAPS_pubmethodCreateAsync(String^, ModuleCreateParameters^, CancellationToken)

Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

System_CAPS_pubmethodDeleteAsync(String^, String^, CancellationToken)

Delete the module by name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

System_CAPS_pubmethodGetAsync(String^, String^, CancellationToken)

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

System_CAPS_pubmethodListAsync(String^, CancellationToken)

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

System_CAPS_pubmethodListNextAsync(String^, CancellationToken)

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

System_CAPS_pubmethodUpdateAsync(String^, ModuleUpdateParameters^, CancellationToken)

Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)

NameDescription
System_CAPS_pubmethodCreate(String^, ModuleCreateParameters^)

Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)(Defined by ModuleOperationsExtensions.)

System_CAPS_pubmethodCreateAsync(String^, ModuleCreateParameters^)

Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)(Defined by ModuleOperationsExtensions.)

System_CAPS_pubmethodDelete(String^, String^)

Delete the module by name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)(Defined by ModuleOperationsExtensions.)

System_CAPS_pubmethodDeleteAsync(String^, String^)

Delete the module by name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)(Defined by ModuleOperationsExtensions.)

System_CAPS_pubmethodGet(String^, String^)

Retrieve the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)(Defined by ModuleOperationsExtensions.)

System_CAPS_pubmethodGetAsync(String^, String^)

Retrieve the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)(Defined by ModuleOperationsExtensions.)

System_CAPS_pubmethodList(String^)

Retrieve a list of modules. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)(Defined by ModuleOperationsExtensions.)

System_CAPS_pubmethodListAsync(String^)

Retrieve a list of modules. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)(Defined by ModuleOperationsExtensions.)

System_CAPS_pubmethodListNext(String^)

Retrieve next list of modules. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)(Defined by ModuleOperationsExtensions.)

System_CAPS_pubmethodListNextAsync(String^)

Retrieve next list of modules. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)(Defined by ModuleOperationsExtensions.)

System_CAPS_pubmethodUpdate(String^, ModuleUpdateParameters^)

Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)(Defined by ModuleOperationsExtensions.)

System_CAPS_pubmethodUpdateAsync(String^, ModuleUpdateParameters^)

Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)(Defined by ModuleOperationsExtensions.)

Return to top
Show: