Uses of Class
com.azure.resourcemanager.pineconevectordb.models.OrganizationProperties
Packages that use OrganizationProperties
Package
Description
Package containing the inner data models for PineconeVectorDb.
Package containing the data models for PineconeVectorDb.
-
Uses of OrganizationProperties in com.azure.resourcemanager.pineconevectordb.fluent.models
Methods in com.azure.resourcemanager.pineconevectordb.fluent.models that return OrganizationPropertiesModifier and TypeMethodDescriptionOrganizationResourceInner.properties()Get the properties property: The resource-specific properties for this resource.Methods in com.azure.resourcemanager.pineconevectordb.fluent.models with parameters of type OrganizationPropertiesModifier and TypeMethodDescriptionOrganizationResourceInner.withProperties(OrganizationProperties properties) Set the properties property: The resource-specific properties for this resource. -
Uses of OrganizationProperties in com.azure.resourcemanager.pineconevectordb.models
Methods in com.azure.resourcemanager.pineconevectordb.models that return OrganizationPropertiesModifier and TypeMethodDescriptionstatic OrganizationPropertiesOrganizationProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of OrganizationProperties from the JsonReader.OrganizationResource.properties()Gets the properties property: The resource-specific properties for this resource.OrganizationProperties.withMarketplace(MarketplaceDetails marketplace) Set the marketplace property: Marketplace details of the resource.OrganizationProperties.withPartnerProperties(PartnerProperties partnerProperties) Set the partnerProperties property: partner properties.OrganizationProperties.withSingleSignOnProperties(SingleSignOnPropertiesV2 singleSignOnProperties) Set the singleSignOnProperties property: Single sign-on properties.OrganizationProperties.withUser(UserDetails user) Set the user property: Details of the user.Methods in com.azure.resourcemanager.pineconevectordb.models with parameters of type OrganizationPropertiesModifier and TypeMethodDescriptionOrganizationResource.DefinitionStages.WithProperties.withProperties(OrganizationProperties properties) Specifies the properties property: The resource-specific properties for this resource..