Uses of Class
com.azure.resourcemanager.cosmos.models.FleetResourceUpdate
Packages that use FleetResourceUpdate
Package
Description
Package containing the service clients for CosmosDBManagementClient.
Package containing the data models for CosmosDBManagementClient.
-
Uses of FleetResourceUpdate in com.azure.resourcemanager.cosmos.fluent
Methods in com.azure.resourcemanager.cosmos.fluent with parameters of type FleetResourceUpdateModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<FleetResourceInner> FleetsClient.updateWithResponse(String resourceGroupName, String fleetName, FleetResourceUpdate body, com.azure.core.util.Context context) Updates the properties of an existing Azure Cosmos DB Fleet.Mono<com.azure.core.http.rest.Response<FleetResourceInner>> FleetsClient.updateWithResponseAsync(String resourceGroupName, String fleetName, FleetResourceUpdate body) Updates the properties of an existing Azure Cosmos DB Fleet. -
Uses of FleetResourceUpdate in com.azure.resourcemanager.cosmos.models
Classes in com.azure.resourcemanager.cosmos.models that implement interfaces with type arguments of type FleetResourceUpdateModifier and TypeClassDescriptionfinal classRepresents a fleet resource for updates.Methods in com.azure.resourcemanager.cosmos.models that return FleetResourceUpdateModifier and TypeMethodDescriptionstatic FleetResourceUpdateFleetResourceUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of FleetResourceUpdate from the JsonReader.FleetResourceUpdate.withProvisioningState(Status provisioningState) Set the provisioningState property: A provisioning state of the Fleet.