Partager via


SourceControlOperationsExtensions.CreateOrUpdateAsync Méthode

Définition

Créez un contrôle de code source. http://aka.ms/azureautomationsdk/sourcecontroloperations

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

Paramètres

operations
ISourceControlOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom d’un groupe de ressources Azure.

automationAccountName
String

Nom du compte Automation.

sourceControlName
String

Nom du contrôle de code source.

parameters
SourceControlCreateOrUpdateParameters

Paramètres fournis à l’opération de création ou de mise à jour du contrôle de code source.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à