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.
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
- resourceGroupName
- System.String
- automationAccount
- System.String
- parameters
- ModulePatchParameters
Returns
- System.Threading.Tasks.Task<ModuleGetResponse>