ModuleOperationsExtensions.UpdateAsync Method (IModuleOperations, String, ModuleUpdateParameters)

 

Create the module identified by module name. (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)

<ExtensionAttribute>
Public Shared Function UpdateAsync (
	operations As IModuleOperations,
	automationAccount As String,
	parameters As ModuleUpdateParameters
) As Task(Of ModuleGetResponse)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Automation.IModuleOperations

Reference to the Microsoft.WindowsAzure.Management.Automation.IModuleOperations.

automationAccount
Type: System.String

Required. The automation account name.

parameters
Type: Microsoft.WindowsAzure.Management.Automation.Models.ModuleUpdateParameters

Required. The update parameters for module.

Return Value

Type: System.Threading.Tasks.Task(Of ModuleGetResponse)

The response model for the get module operation.

Return to top
Show: