GitHubOwnerResource.GetGitHubRepositoryAsync Method

Definition

Returns a monitored GitHub repository.

public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.GitHubRepositoryResource>> GetGitHubRepositoryAsync(string repoName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetGitHubRepositoryAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.GitHubRepositoryResource>>
override this.GetGitHubRepositoryAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.SecurityCenter.GitHubRepositoryResource>>
Public Overridable Function GetGitHubRepositoryAsync (repoName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of GitHubRepositoryResource))

Parameters

repoName
String
cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

repoName is null.

repoName is an empty string, and was expected to be non-empty.

Applies to