Compartilhar via


DscNodeOperationsExtensions.PatchAsync Método

Definição

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)

Parâmetros

operations
IDscNodeOperations
resourceGroupName
String
automationAccount
String

Retornos

Aplica-se a