Partager via


GitHubOwnerResource.GetGitHubRepo(String, CancellationToken) Méthode

Définition

Retourne un dépôt GitHub surveillé.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}/owners/{gitHubOwnerName}/repos/{gitHubRepoName}
  • IdGitHubRepo_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.SecurityDevOps.GitHubRepoResource> GetGitHubRepo (string gitHubRepoName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGitHubRepo : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityDevOps.GitHubRepoResource>
override this.GetGitHubRepo : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.SecurityDevOps.GitHubRepoResource>
Public Overridable Function GetGitHubRepo (gitHubRepoName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of GitHubRepoResource)

Paramètres

gitHubRepoName
String

Nom du dépôt GitHub.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

gitHubRepoName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

gitHubRepoName a la valeur null.

S’applique à