AutomationAccountOperationsExtensions.PatchAsync Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchResponse> PatchAsync (this Microsoft.Azure.Management.Automation.IAutomationAccountOperations operations, string resourceGroupName, Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchParameters parameters);
static member PatchAsync : Microsoft.Azure.Management.Automation.IAutomationAccountOperations * string * Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchResponse>
<Extension()>
Public Function PatchAsync (operations As IAutomationAccountOperations, resourceGroupName As String, parameters As AutomationAccountPatchParameters) As Task(Of AutomationAccountPatchResponse)
Parameters
- operations
- IAutomationAccountOperations
- resourceGroupName
- String
- parameters
- AutomationAccountPatchParameters
Retouren
Van toepassing op
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET