Uses of Class
com.azure.resourcemanager.pineconevectordb.fluent.models.OrganizationResourceInner
Packages that use OrganizationResourceInner
Package
Description
Package containing the service clients for PineconeVectorDb.
Package containing the inner data models for PineconeVectorDb.
Package containing the data models for PineconeVectorDb.
-
Uses of OrganizationResourceInner in com.azure.resourcemanager.pineconevectordb.fluent
Methods in com.azure.resourcemanager.pineconevectordb.fluent that return OrganizationResourceInnerModifier and TypeMethodDescriptionOrganizationsClient.createOrUpdate(String resourceGroupName, String organizationname, OrganizationResourceInner resource) Create a OrganizationResource.OrganizationsClient.createOrUpdate(String resourceGroupName, String organizationname, OrganizationResourceInner resource, com.azure.core.util.Context context) Create a OrganizationResource.OrganizationsClient.getByResourceGroup(String resourceGroupName, String organizationname) Get a OrganizationResource.OrganizationsClient.update(String resourceGroupName, String organizationname, OrganizationResourceUpdate properties) Update a OrganizationResource.Methods in com.azure.resourcemanager.pineconevectordb.fluent that return types with arguments of type OrganizationResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OrganizationResourceInner>, OrganizationResourceInner> OrganizationsClient.beginCreateOrUpdate(String resourceGroupName, String organizationname, OrganizationResourceInner resource) Create a OrganizationResource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OrganizationResourceInner>, OrganizationResourceInner> OrganizationsClient.beginCreateOrUpdate(String resourceGroupName, String organizationname, OrganizationResourceInner resource) Create a OrganizationResource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OrganizationResourceInner>, OrganizationResourceInner> OrganizationsClient.beginCreateOrUpdate(String resourceGroupName, String organizationname, OrganizationResourceInner resource, com.azure.core.util.Context context) Create a OrganizationResource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OrganizationResourceInner>, OrganizationResourceInner> OrganizationsClient.beginCreateOrUpdate(String resourceGroupName, String organizationname, OrganizationResourceInner resource, com.azure.core.util.Context context) Create a OrganizationResource.com.azure.core.http.rest.Response<OrganizationResourceInner> OrganizationsClient.getByResourceGroupWithResponse(String resourceGroupName, String organizationname, com.azure.core.util.Context context) Get a OrganizationResource.com.azure.core.http.rest.PagedIterable<OrganizationResourceInner> OrganizationsClient.list()List OrganizationResource resources by subscription ID.com.azure.core.http.rest.PagedIterable<OrganizationResourceInner> OrganizationsClient.list(com.azure.core.util.Context context) List OrganizationResource resources by subscription ID.com.azure.core.http.rest.PagedIterable<OrganizationResourceInner> OrganizationsClient.listByResourceGroup(String resourceGroupName) List OrganizationResource resources by resource group.com.azure.core.http.rest.PagedIterable<OrganizationResourceInner> OrganizationsClient.listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context) List OrganizationResource resources by resource group.com.azure.core.http.rest.Response<OrganizationResourceInner> OrganizationsClient.updateWithResponse(String resourceGroupName, String organizationname, OrganizationResourceUpdate properties, com.azure.core.util.Context context) Update a OrganizationResource.Methods in com.azure.resourcemanager.pineconevectordb.fluent with parameters of type OrganizationResourceInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OrganizationResourceInner>, OrganizationResourceInner> OrganizationsClient.beginCreateOrUpdate(String resourceGroupName, String organizationname, OrganizationResourceInner resource) Create a OrganizationResource.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<OrganizationResourceInner>, OrganizationResourceInner> OrganizationsClient.beginCreateOrUpdate(String resourceGroupName, String organizationname, OrganizationResourceInner resource, com.azure.core.util.Context context) Create a OrganizationResource.OrganizationsClient.createOrUpdate(String resourceGroupName, String organizationname, OrganizationResourceInner resource) Create a OrganizationResource.OrganizationsClient.createOrUpdate(String resourceGroupName, String organizationname, OrganizationResourceInner resource, com.azure.core.util.Context context) Create a OrganizationResource. -
Uses of OrganizationResourceInner in com.azure.resourcemanager.pineconevectordb.fluent.models
Methods in com.azure.resourcemanager.pineconevectordb.fluent.models that return OrganizationResourceInnerModifier and TypeMethodDescriptionstatic OrganizationResourceInnerOrganizationResourceInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OrganizationResourceInner from the JsonReader.OrganizationResourceInner.withIdentity(ManagedServiceIdentity identity) Set the identity property: The managed service identities assigned to this resource.OrganizationResourceInner.withLocation(String location) OrganizationResourceInner.withProperties(OrganizationProperties properties) Set the properties property: The resource-specific properties for this resource. -
Uses of OrganizationResourceInner in com.azure.resourcemanager.pineconevectordb.models
Methods in com.azure.resourcemanager.pineconevectordb.models that return OrganizationResourceInnerModifier and TypeMethodDescriptionOrganizationResource.innerModel()Gets the inner com.azure.resourcemanager.pineconevectordb.fluent.models.OrganizationResourceInner object.