Uses of Class
com.azure.resourcemanager.cosmos.models.FleetspacePropertiesServiceTier
Packages that use FleetspacePropertiesServiceTier
Package
Description
Package containing the inner data models for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of FleetspacePropertiesServiceTier in com.azure.resourcemanager.cosmos.fluent.models
Methods in com.azure.resourcemanager.cosmos.fluent.models that return FleetspacePropertiesServiceTierModifier and TypeMethodDescriptionFleetspaceProperties.serviceTier()Get the serviceTier property: Service Tier for the fleetspace.FleetspaceResourceInner.serviceTier()Get the serviceTier property: Service Tier for the fleetspace.Methods in com.azure.resourcemanager.cosmos.fluent.models with parameters of type FleetspacePropertiesServiceTierModifier and TypeMethodDescriptionFleetspaceProperties.withServiceTier(FleetspacePropertiesServiceTier serviceTier) Set the serviceTier property: Service Tier for the fleetspace.FleetspaceResourceInner.withServiceTier(FleetspacePropertiesServiceTier serviceTier) Set the serviceTier property: Service Tier for the fleetspace. -
Uses of FleetspacePropertiesServiceTier in com.azure.resourcemanager.cosmos.models
Subclasses with type arguments of type FleetspacePropertiesServiceTier in com.azure.resourcemanager.cosmos.modelsModifier and TypeClassDescriptionfinal classService Tier for the fleetspace.Fields in com.azure.resourcemanager.cosmos.models declared as FleetspacePropertiesServiceTierModifier and TypeFieldDescriptionstatic final FleetspacePropertiesServiceTierFleetspacePropertiesServiceTier.BUSINESS_CRITICALStatic value BusinessCritical for FleetspacePropertiesServiceTier.static final FleetspacePropertiesServiceTierFleetspacePropertiesServiceTier.GENERAL_PURPOSEStatic value GeneralPurpose for FleetspacePropertiesServiceTier.Methods in com.azure.resourcemanager.cosmos.models that return FleetspacePropertiesServiceTierModifier and TypeMethodDescriptionFleetspacePropertiesServiceTier.fromString(String name) Creates or finds a FleetspacePropertiesServiceTier from its string representation.FleetspaceUpdate.serviceTier()Get the serviceTier property: Service Tier for the fleetspace.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type FleetspacePropertiesServiceTierModifier and TypeMethodDescriptionFleetspacePropertiesServiceTier.values()Gets known FleetspacePropertiesServiceTier values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type FleetspacePropertiesServiceTierModifier and TypeMethodDescriptionFleetspaceUpdate.withServiceTier(FleetspacePropertiesServiceTier serviceTier) Set the serviceTier property: Service Tier for the fleetspace.