Share via


SecurityConnectorGitHubRepositoryCollection.GetIfExistsAsync Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Security/securityConnectors/{securityConnectorName}/devops/default/gitHubOwners/{ownerName}/repos/{repoName}
  • Operation Id: GitHubRepos_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: SecurityConnectorGitHubRepositoryResource
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.SecurityConnectorGitHubRepositoryResource>> GetIfExistsAsync (string repoName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.SecurityConnectorGitHubRepositoryResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.SecurityConnectorGitHubRepositoryResource>>
Public Overridable Function GetIfExistsAsync (repoName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of SecurityConnectorGitHubRepositoryResource))

Parameters

repoName
String

The repository name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

repoName is null.

Applies to