Поделиться через


NeonProjectCollection.Get(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> Get(string projectName, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NeonPostgres.NeonProjectResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.NeonPostgres.NeonProjectResource>
Public Overridable Function Get (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 an empty string, and was expected to be non-empty.

projectName is null.

Applies to