Share via


PineconeVectorDBOrganizationCollection.Get(String, CancellationToken) Method

Definition

Get a OrganizationResource

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Pinecone.VectorDb/organizations/{organizationname}
  • Operation Id: OrganizationResource_Get
  • Default Api Version: 2024-10-22-preview
  • Resource: PineconeVectorDBOrganizationResource
public virtual Azure.Response<Azure.ResourceManager.PineconeVectorDB.PineconeVectorDBOrganizationResource> Get(string organizationname, System.Threading.CancellationToken cancellationToken = default);
abstract member Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PineconeVectorDB.PineconeVectorDBOrganizationResource>
override this.Get : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.PineconeVectorDB.PineconeVectorDBOrganizationResource>
Public Overridable Function Get (organizationname As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of PineconeVectorDBOrganizationResource)

Parameters

organizationname
String

Name of the Organization resource.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

Exceptions

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

organizationname is null.

Applies to