IAutomationAccountOperations.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 System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchResponse> PatchAsync (string resourceGroupName, Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchParameters parameters, System.Threading.CancellationToken cancellationToken);
abstract member PatchAsync : string * Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.AutomationAccountPatchResponse>
Public Function PatchAsync (resourceGroupName As String, parameters As AutomationAccountPatchParameters, cancellationToken As CancellationToken) As Task(Of AutomationAccountPatchResponse)
Parameters
- resourceGroupName
- String
- parameters
- AutomationAccountPatchParameters
- cancellationToken
- CancellationToken
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