Share via


NeonOrganizationResource.GetNeonProject(String, CancellationToken) Method

Definition

Get a Project

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Neon.Postgres/organizations/{organizationName}/projects/{projectName}
  • Operation Id: Project_Get
  • Default Api Version: 2025-03-01
  • Resource: NeonProjectResource
public virtual Azure.Response<Azure.ResourceManager.NeonPostgres.NeonProjectResource> GetNeonProject(string projectName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetNeonProject : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NeonPostgres.NeonProjectResource>
override this.GetNeonProject : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NeonPostgres.NeonProjectResource>
Public Overridable Function GetNeonProject (projectName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of NeonProjectResource)

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