AzureDevOpsProjectCollection.GetIfExists(String, CancellationToken) Method

Definition

Tries to get details for this resource from the service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.SecurityDevOps/azureDevOpsConnectors/{azureDevOpsConnectorName}/orgs/{azureDevOpsOrgName}/projects/{azureDevOpsProjectName}
  • Operation Id: AzureDevOpsProject_Get
public virtual Azure.NullableResponse<Azure.ResourceManager.SecurityDevOps.AzureDevOpsProjectResource> GetIfExists (string azureDevOpsProjectName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.SecurityDevOps.AzureDevOpsProjectResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.SecurityDevOps.AzureDevOpsProjectResource>
Public Overridable Function GetIfExists (azureDevOpsProjectName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of AzureDevOpsProjectResource)

Parameters

azureDevOpsProjectName
String

Name of the AzureDevOps Project.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

azureDevOpsProjectName is null.

Applies to