GitHubOwnerResource.GetGitHubRepoAsync(String, CancellationToken) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna um repositório do GitHub monitorado.
- Caminho da Solicitação/assinaturas/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}/owners/{gitHubOwnerName}/repos/{gitHubRepoName}
- Operação IdGitHubRepo_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityDevOps.GitHubRepoResource>> GetGitHubRepoAsync (string gitHubRepoName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGitHubRepoAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityDevOps.GitHubRepoResource>>
override this.GetGitHubRepoAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityDevOps.GitHubRepoResource>>
Public Overridable Function GetGitHubRepoAsync (gitHubRepoName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of GitHubRepoResource))
Parâmetros
- gitHubRepoName
- String
Nome do repositório GitHub.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
gitHubRepoName
é uma cadeia de caracteres vazia e era esperado que não estivesse vazio.
gitHubRepoName
é nulo.