AzureDevOpsConnectorCollection.GetAsync(String, CancellationToken) Method

Definition

Returns a monitored AzureDevOps Connector resource for a given ID.

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

Parameters

azureDevOpsConnectorName
String

Name of the AzureDevOps Connector.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

azureDevOpsConnectorName is null.

Applies to