Uses of Class
com.azure.resourcemanager.cosmos.models.AnalyticalStorageConfiguration
Packages that use AnalyticalStorageConfiguration
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of AnalyticalStorageConfiguration in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return AnalyticalStorageConfigurationModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.analyticalStorageConfiguration()
Get the analyticalStorageConfiguration property: Analytical storage specific properties.DatabaseAccountGetProperties.analyticalStorageConfiguration()
Get the analyticalStorageConfiguration property: Analytical storage specific properties.DatabaseAccountGetResultsInner.analyticalStorageConfiguration()
Get the analyticalStorageConfiguration property: Analytical storage specific properties.DatabaseAccountUpdateProperties.analyticalStorageConfiguration()
Get the analyticalStorageConfiguration property: Analytical storage specific properties.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type AnalyticalStorageConfigurationModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateProperties.withAnalyticalStorageConfiguration
(AnalyticalStorageConfiguration analyticalStorageConfiguration) Set the analyticalStorageConfiguration property: Analytical storage specific properties.DatabaseAccountGetProperties.withAnalyticalStorageConfiguration
(AnalyticalStorageConfiguration analyticalStorageConfiguration) Set the analyticalStorageConfiguration property: Analytical storage specific properties.DatabaseAccountGetResultsInner.withAnalyticalStorageConfiguration
(AnalyticalStorageConfiguration analyticalStorageConfiguration) Set the analyticalStorageConfiguration property: Analytical storage specific properties.DatabaseAccountUpdateProperties.withAnalyticalStorageConfiguration
(AnalyticalStorageConfiguration analyticalStorageConfiguration) Set the analyticalStorageConfiguration property: Analytical storage specific properties. -
Uses of AnalyticalStorageConfiguration in com.azure.resourcemanager.cosmos.models
Methods in com.azure.resourcemanager.cosmos.models that return AnalyticalStorageConfigurationModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.analyticalStorageConfiguration()
Get the analyticalStorageConfiguration property: Analytical storage specific properties.DatabaseAccountUpdateParameters.analyticalStorageConfiguration()
Get the analyticalStorageConfiguration property: Analytical storage specific properties.AnalyticalStorageConfiguration.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AnalyticalStorageConfiguration from the JsonReader.AnalyticalStorageConfiguration.withSchemaType
(AnalyticalStorageSchemaType schemaType) Set the schemaType property: Describes the types of schema for analytical storage.Methods in com.azure.resourcemanager.cosmos.models with parameters of type AnalyticalStorageConfigurationModifier and TypeMethodDescriptionDatabaseAccountCreateUpdateParameters.withAnalyticalStorageConfiguration
(AnalyticalStorageConfiguration analyticalStorageConfiguration) Set the analyticalStorageConfiguration property: Analytical storage specific properties.DatabaseAccountUpdateParameters.withAnalyticalStorageConfiguration
(AnalyticalStorageConfiguration analyticalStorageConfiguration) Set the analyticalStorageConfiguration property: Analytical storage specific properties.