Sdílet prostřednictvím


GitHubConnectorCollection.GetIfExistsAsync(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/gitHubConnectors/{gitHubConnectorName}
  • Operation Id: GitHubConnector_Get
public virtual System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.SecurityDevOps.GitHubConnectorResource>> GetIfExistsAsync (string gitHubConnectorName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.SecurityDevOps.GitHubConnectorResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.SecurityDevOps.GitHubConnectorResource>>
Public Overridable Function GetIfExistsAsync (gitHubConnectorName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of NullableResponse(Of GitHubConnectorResource))

Parameters

gitHubConnectorName
String

Name of the GitHub Connector.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

gitHubConnectorName is null.

Applies to