Uses of Class
com.azure.resourcemanager.cosmos.models.FleetspaceUpdate
Packages that use FleetspaceUpdate
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of FleetspaceUpdate in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent with parameters of type FleetspaceUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<FleetspaceResourceInner>, FleetspaceResourceInner> FleetspacesClient.beginUpdate(String resourceGroupName, String fleetName, String fleetspaceName, FleetspaceUpdate body, com.azure.core.util.Context context) Update the properties of an existing Azure Cosmos DB fleetspace under a fleet.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<FleetspaceResourceInner>, FleetspaceResourceInner> FleetspacesClient.beginUpdateAsync(String resourceGroupName, String fleetName, String fleetspaceName, FleetspaceUpdate body) Update the properties of an existing Azure Cosmos DB fleetspace under a fleet.FleetspacesClient.update(String resourceGroupName, String fleetName, String fleetspaceName, FleetspaceUpdate body, com.azure.core.util.Context context) Update the properties of an existing Azure Cosmos DB fleetspace under a fleet.FleetspacesClient.updateAsync(String resourceGroupName, String fleetName, String fleetspaceName, FleetspaceUpdate body) Update the properties of an existing Azure Cosmos DB fleetspace under a fleet.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> FleetspacesClient.updateWithResponseAsync(String resourceGroupName, String fleetName, String fleetspaceName, FleetspaceUpdate body) Update the properties of an existing Azure Cosmos DB fleetspace under a fleet. -
Uses of FleetspaceUpdate in com.azure.resourcemanager.cosmos.models
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type FleetspaceUpdateModifier and TypeClassDescriptionfinal classRepresents a fleetspace resource for updates.Methods in com.azure.resourcemanager.cosmos.models that return FleetspaceUpdateModifier and TypeMethodDescriptionstatic FleetspaceUpdateFleetspaceUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FleetspaceUpdate from the JsonReader.FleetspaceUpdate.withDataRegions(List<String> dataRegions) Set the dataRegions property: List of data regions assigned to the fleetspace.FleetspaceUpdate.withFleetspaceApiKind(FleetspacePropertiesFleetspaceApiKind fleetspaceApiKind) Set the fleetspaceApiKind property: The kind of API this fleetspace belongs to.FleetspaceUpdate.withProvisioningState(Status provisioningState) Set the provisioningState property: A provisioning state of the Fleetspace.FleetspaceUpdate.withServiceTier(FleetspacePropertiesServiceTier serviceTier) Set the serviceTier property: Service Tier for the fleetspace.FleetspaceUpdate.withThroughputPoolConfiguration(FleetspacePropertiesThroughputPoolConfiguration throughputPoolConfiguration) Set the throughputPoolConfiguration property: Configuration for throughput pool in the fleetspace.