Freigeben über


SourceControlOperationsExtensions.UpdateAsync Methode

Definition

Aktualisieren sie eine Quellcodeverwaltung. http://aka.ms/azureautomationsdk/sourcecontroloperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SourceControl> UpdateAsync (this Microsoft.Azure.Management.Automation.ISourceControlOperations operations, string resourceGroupName, string automationAccountName, string sourceControlName, Microsoft.Azure.Management.Automation.Models.SourceControlUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member UpdateAsync : Microsoft.Azure.Management.Automation.ISourceControlOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.SourceControlUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SourceControl>
<Extension()>
Public Function UpdateAsync (operations As ISourceControlOperations, resourceGroupName As String, automationAccountName As String, sourceControlName As String, parameters As SourceControlUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of SourceControl)

Parameter

operations
ISourceControlOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Name einer Azure-Ressourcengruppe.

automationAccountName
String

Der Name des Automation-Kontos.

sourceControlName
String

Der Name der Quellcodeverwaltung.

parameters
SourceControlUpdateParameters

Die Parameter, die für den Update-Quellcodeverwaltungsvorgang angegeben werden.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: