ModuleOperationsExtensions Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticCreate(IModuleOperations^, String^, ModuleCreateParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticCreateAsync(IModuleOperations^, String^, ModuleCreateParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticDelete(IModuleOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticDeleteAsync(IModuleOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticGet(IModuleOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticGetAsync(IModuleOperations^, String^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticList(IModuleOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticListAsync(IModuleOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticListNext(IModuleOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticListNextAsync(IModuleOperations^, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdate(IModuleOperations^, String^, ModuleUpdateParameters^)

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

System_CAPS_pubmethodSystem_CAPS_staticUpdateAsync(IModuleOperations^, String^, ModuleUpdateParameters^)

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

Return to top
Show: