GitHubConnectorResource.GetGitHubOwnerAsync(String, CancellationToken) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un dépôt GitHub surveillé.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}/owners/{gitHubOwnerName}
- IdGitHubOwner_Get d’opération
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))
Paramètres
- gitHubOwnerName
- String
Nom du propriétaire GitHub.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
gitHubOwnerName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
gitHubOwnerName
a la valeur null.