DscNodeOperationsExtensions.PatchAsync Method

Definition

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodePatchResponse> PatchAsync (this Microsoft.Azure.Management.Automation.IDscNodeOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.DscNodePatchParameters parameters);
static member PatchAsync : Microsoft.Azure.Management.Automation.IDscNodeOperations * string * string * Microsoft.Azure.Management.Automation.Models.DscNodePatchParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.DscNodePatchResponse>
<Extension()>
Public Function PatchAsync (operations As IDscNodeOperations, resourceGroupName As String, automationAccount As String, parameters As DscNodePatchParameters) As Task(Of DscNodePatchResponse)

Parameters

operations
IDscNodeOperations
resourceGroupName
String
automationAccount
String

Returns

Applies to