AutomationAccountResource.GetAutomationSourceControlAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Rufen Sie die Durch den Namen der Quellcodeverwaltung identifizierte Quellcodeverwaltung ab.
- Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/sourceControls/{sourceControlName}
- Vorgangs-IdSourceControl_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationSourceControlResource>> GetAutomationSourceControlAsync (string sourceControlName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutomationSourceControlAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationSourceControlResource>>
override this.GetAutomationSourceControlAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationSourceControlResource>>
Public Overridable Function GetAutomationSourceControlAsync (sourceControlName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AutomationSourceControlResource))
Parameter
- sourceControlName
- String
Der Name der Quellcodeverwaltung.
- cancellationToken
- CancellationToken
Das zu verwendende Abbruchtoken.
Gibt zurück
Ausnahmen
sourceControlName
ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.
sourceControlName
ist NULL.