Partager via


SourceControlOperationsExtensions.GetAsync Méthode

Définition

Récupérez le contrôle de code source identifié par le nom du contrôle de code source. http://aka.ms/azureautomationsdk/sourcecontroloperations

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SourceControl> GetAsync (this Microsoft.Azure.Management.Automation.ISourceControlOperations operations, string resourceGroupName, string automationAccountName, string sourceControlName, System.Threading.CancellationToken cancellationToken = default);
static member GetAsync : Microsoft.Azure.Management.Automation.ISourceControlOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.SourceControl>
<Extension()>
Public Function GetAsync (operations As ISourceControlOperations, resourceGroupName As String, automationAccountName As String, sourceControlName As String, 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.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à