GitHubConnectorResource.GetGitHubOwnerAsync(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}
- Operação IdGitHubOwner_Get
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityDevOps.GitHubOwnerResource>> GetGitHubOwnerAsync (string gitHubOwnerName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGitHubOwnerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityDevOps.GitHubOwnerResource>>
override this.GetGitHubOwnerAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityDevOps.GitHubOwnerResource>>
Public Overridable Function GetGitHubOwnerAsync (gitHubOwnerName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of GitHubOwnerResource))
Parâmetros
- gitHubOwnerName
- String
Nome do Proprietário do GitHub.
- cancellationToken
- CancellationToken
O token de cancelamento a ser usado.
Retornos
Exceções
gitHubOwnerName
é uma cadeia de caracteres vazia e esperava-se que não estivesse vazia.
gitHubOwnerName
é nulo.