ModuleOperationsExtensions Class

 

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

System.Object
  Microsoft.WindowsAzure.Management.Automation.ModuleOperationsExtensions

<ExtensionAttribute>
Public NotInheritable Class ModuleOperationsExtensions

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)

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: