Uses of Class
com.azure.resourcemanager.cosmos.models.AnalyticalStorageConfiguration
-
Packages that use AnalyticalStorageConfiguration Package Description com.azure.resourcemanager.cosmos.fluent.models Package containing the inner data models for CosmosDBManagementClient.com.azure.resourcemanager.cosmos.models 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 AnalyticalStorageConfiguration Modifier and Type Method Description AnalyticalStorageConfigurationDatabaseAccountCreateUpdateProperties. analyticalStorageConfiguration()Get the analyticalStorageConfiguration property: Analytical storage specific properties.AnalyticalStorageConfigurationDatabaseAccountGetProperties. analyticalStorageConfiguration()Get the analyticalStorageConfiguration property: Analytical storage specific properties.AnalyticalStorageConfigurationDatabaseAccountGetResultsInner. analyticalStorageConfiguration()Get the analyticalStorageConfiguration property: Analytical storage specific properties.AnalyticalStorageConfigurationDatabaseAccountUpdateProperties. analyticalStorageConfiguration()Get the analyticalStorageConfiguration property: Analytical storage specific properties.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type AnalyticalStorageConfiguration Modifier and Type Method Description DatabaseAccountCreateUpdatePropertiesDatabaseAccountCreateUpdateProperties. withAnalyticalStorageConfiguration(AnalyticalStorageConfiguration analyticalStorageConfiguration)Set the analyticalStorageConfiguration property: Analytical storage specific properties.DatabaseAccountGetPropertiesDatabaseAccountGetProperties. withAnalyticalStorageConfiguration(AnalyticalStorageConfiguration analyticalStorageConfiguration)Set the analyticalStorageConfiguration property: Analytical storage specific properties.DatabaseAccountGetResultsInnerDatabaseAccountGetResultsInner. withAnalyticalStorageConfiguration(AnalyticalStorageConfiguration analyticalStorageConfiguration)Set the analyticalStorageConfiguration property: Analytical storage specific properties.DatabaseAccountUpdatePropertiesDatabaseAccountUpdateProperties. 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 AnalyticalStorageConfiguration Modifier and Type Method Description AnalyticalStorageConfigurationDatabaseAccountCreateUpdateParameters. analyticalStorageConfiguration()Get the analyticalStorageConfiguration property: Analytical storage specific properties.AnalyticalStorageConfigurationDatabaseAccountUpdateParameters. analyticalStorageConfiguration()Get the analyticalStorageConfiguration property: Analytical storage specific properties.AnalyticalStorageConfigurationAnalyticalStorageConfiguration. 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 AnalyticalStorageConfiguration Modifier and Type Method Description DatabaseAccountCreateUpdateParametersDatabaseAccountCreateUpdateParameters. withAnalyticalStorageConfiguration(AnalyticalStorageConfiguration analyticalStorageConfiguration)Set the analyticalStorageConfiguration property: Analytical storage specific properties.DatabaseAccountUpdateParametersDatabaseAccountUpdateParameters. withAnalyticalStorageConfiguration(AnalyticalStorageConfiguration analyticalStorageConfiguration)Set the analyticalStorageConfiguration property: Analytical storage specific properties.
-