Share via


MockableDevCenterResourceGroupResource.GetDevCenterProject Method

Definition

Gets a specific project.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DevCenter/projects/{projectName}
  • Operation Id: Projects_Get
public virtual Azure.Response<Azure.ResourceManager.DevCenter.DevCenterProjectResource> GetDevCenterProject (string projectName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDevCenterProject : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.DevCenterProjectResource>
override this.GetDevCenterProject : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.DevCenter.DevCenterProjectResource>
Public Overridable Function GetDevCenterProject (projectName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of DevCenterProjectResource)

Parameters

projectName
String

The name of the project.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

projectName is null.

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

Applies to