PineconeVectorDBExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A class to add extension methods to Azure.ResourceManager.PineconeVectorDB.
public static class PineconeVectorDBExtensions
type PineconeVectorDBExtensions = class
Public Module PineconeVectorDBExtensions
- Inheritance
-
PineconeVectorDBExtensions
Methods
GetPineconeVectorDBOrganization(ResourceGroupResource, String, CancellationToken) |
Get a OrganizationResource
|
GetPineconeVectorDBOrganizationAsync(ResourceGroupResource, String, CancellationToken) |
Get a OrganizationResource
|
GetPineconeVectorDBOrganizationResource(ArmClient, ResourceIdentifier) |
Gets an object representing a PineconeVectorDBOrganizationResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a PineconeVectorDBOrganizationResourceResourceIdentifier from its components. <item>MockingTo mock this method, please mock GetPineconeVectorDBOrganizationResource(ResourceIdentifier) instead.</item> |
GetPineconeVectorDBOrganizations(ResourceGroupResource) |
Gets a collection of PineconeVectorDBOrganizationResources in the ResourceGroupResource. <item>MockingTo mock this method, please mock GetPineconeVectorDBOrganizations() instead.</item> |
GetPineconeVectorDBOrganizations(SubscriptionResource, CancellationToken) |
List OrganizationResource resources by subscription ID
|
GetPineconeVectorDBOrganizationsAsync(SubscriptionResource, CancellationToken) |
List OrganizationResource resources by subscription ID
|