Uses of Class
com.azure.resourcemanager.cosmos.fluent.models.FleetspaceProperties
Packages that use FleetspaceProperties
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
-
Uses of FleetspaceProperties in com.azure.resourcemanager.cosmos.fluent.models
Classes in com.azure.resourcemanager.cosmos.fluent.models that implement interfaces with type arguments of type FleetspacePropertiesModifier and TypeClassDescriptionfinal classProperties to update Azure Cosmos DB Fleetspace.Methods in com.azure.resourcemanager.cosmos.fluent.models that return FleetspacePropertiesModifier and TypeMethodDescriptionstatic FleetspacePropertiesFleetspaceProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FleetspaceProperties from the JsonReader.FleetspaceProperties.withDataRegions(List<String> dataRegions) Set the dataRegions property: List of data regions assigned to the fleetspace.FleetspaceProperties.withFleetspaceApiKind(FleetspacePropertiesFleetspaceApiKind fleetspaceApiKind) Set the fleetspaceApiKind property: The kind of API this fleetspace belongs to.FleetspaceProperties.withProvisioningState(Status provisioningState) Set the provisioningState property: A provisioning state of the Fleetspace.FleetspaceProperties.withServiceTier(FleetspacePropertiesServiceTier serviceTier) Set the serviceTier property: Service Tier for the fleetspace.FleetspaceProperties.withThroughputPoolConfiguration(FleetspacePropertiesThroughputPoolConfiguration throughputPoolConfiguration) Set the throughputPoolConfiguration property: Configuration for throughput pool in the fleetspace.