DevOpsProjectCollection.GetIfExists(String, CancellationToken) 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/azureDevOpsOrgs/{orgName}/projects/{projectName}
  • Operation Id: AzureDevOpsProjects_Get
  • Default Api Version: 2023-09-01-preview
  • Resource: DevOpsProjectResource
public virtual Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.DevOpsProjectResource> GetIfExists (string projectName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.DevOpsProjectResource>
override this.GetIfExists : string * System.Threading.CancellationToken -> Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.DevOpsProjectResource>
Public Overridable Function GetIfExists (projectName As String, Optional cancellationToken As CancellationToken = Nothing) As NullableResponse(Of DevOpsProjectResource)

Parameters

projectName
String

The project name.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

projectName is null.

Applies to