Share via


ModuleOperationsExtensions 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.ModuleOperationsExtensions

Syntax

public static class ModuleOperationsExtensions
[ExtensionAttribute]
public ref class ModuleOperationsExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type ModuleOperationsExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class ModuleOperationsExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static Create(IModuleOperations, String, ModuleCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static CreateAsync(IModuleOperations, String, ModuleCreateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static Delete(IModuleOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static DeleteAsync(IModuleOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static Get(IModuleOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static GetAsync(IModuleOperations, String, String)

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

System_CAPS_pubmethodSystem_CAPS_static List(IModuleOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListAsync(IModuleOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNext(IModuleOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static ListNextAsync(IModuleOperations, String)

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

System_CAPS_pubmethodSystem_CAPS_static Update(IModuleOperations, String, ModuleUpdateParameters)

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

System_CAPS_pubmethodSystem_CAPS_static UpdateAsync(IModuleOperations, String, ModuleUpdateParameters)

Create the module identified by module name. (see https://aka.ms/azureautomationsdk/moduleoperations 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