共用方式為


DevOpsProjectCollection.GetIfExistsAsync(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 System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.DevOpsProjectResource>> GetIfExistsAsync (string projectName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.DevOpsProjectResource>>
override this.GetIfExistsAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.NullableResponse<Azure.ResourceManager.SecurityCenter.DevOpsProjectResource>>
Public Overridable Function GetIfExistsAsync (projectName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of 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