Freigeben über


GitHubRepoCollection.GetAsync(String, CancellationToken) Methode

Definition

Gibt ein überwachtes GitHub-Repository zurück.

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectorName/{gitHubConnectorName}/owners/{gitHubOwnerName}/repos/{gitHubRepoName}
  • Vorgang IdGitHubRepo_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityDevOps.GitHubRepoResource>> GetAsync (string gitHubRepoName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityDevOps.GitHubRepoResource>>
override this.GetAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityDevOps.GitHubRepoResource>>
Public Overridable Function GetAsync (gitHubRepoName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of GitHubRepoResource))

Parameter

gitHubRepoName
String

Name des GitHub-Repositorys.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

gitHubRepoName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

gitHubRepoName ist NULL.

Gilt für: