ModuleOperationsExtensions.PatchAsync(IModuleOperations, String, String, ModulePatchParameters) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Create the module identified by module name. (see http://aka.ms/azureautomationsdk/moduleoperations for more information)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ModuleGetResponse> PatchAsync (this Microsoft.Azure.Management.Automation.IModuleOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.ModulePatchParameters parameters);
static member PatchAsync : Microsoft.Azure.Management.Automation.IModuleOperations * string * string * Microsoft.Azure.Management.Automation.Models.ModulePatchParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.ModuleGetResponse>
<Extension()>
Public Function PatchAsync (operations As IModuleOperations, resourceGroupName As String, automationAccount As String, parameters As ModulePatchParameters) As Task(Of ModuleGetResponse)
Parameters
- operations
- IModuleOperations
Reference to the Microsoft.Azure.Management.Automation.IModuleOperations.
- resourceGroupName
- System.String
Required. The name of the resource group
- automationAccount
- System.String
Required. The automation account name.
- parameters
- ModulePatchParameters
Required. The patch parameters for module.
Returns
- System.Threading.Tasks.Task<ModuleGetResponse>
The response model for the get module operation.