Uses of Class
com.azure.resourcemanager.compute.models.CapacityReservationUpdate
Packages that use CapacityReservationUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of CapacityReservationUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type CapacityReservationUpdateModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CapacityReservationInner>,CapacityReservationInner> CapacityReservationsClient.beginUpdate(String resourceGroupName, String capacityReservationGroupName, String capacityReservationName, CapacityReservationUpdate parameters) The operation to update a capacity reservation.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<CapacityReservationInner>,CapacityReservationInner> CapacityReservationsClient.beginUpdate(String resourceGroupName, String capacityReservationGroupName, String capacityReservationName, CapacityReservationUpdate parameters, com.azure.core.util.Context context) The operation to update a capacity reservation.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<CapacityReservationInner>,CapacityReservationInner> CapacityReservationsClient.beginUpdateAsync(String resourceGroupName, String capacityReservationGroupName, String capacityReservationName, CapacityReservationUpdate parameters) The operation to update a capacity reservation.CapacityReservationsClient.update(String resourceGroupName, String capacityReservationGroupName, String capacityReservationName, CapacityReservationUpdate parameters) The operation to update a capacity reservation.CapacityReservationsClient.update(String resourceGroupName, String capacityReservationGroupName, String capacityReservationName, CapacityReservationUpdate parameters, com.azure.core.util.Context context) The operation to update a capacity reservation.CapacityReservationsClient.updateAsync(String resourceGroupName, String capacityReservationGroupName, String capacityReservationName, CapacityReservationUpdate parameters) The operation to update a capacity reservation.Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>>CapacityReservationsClient.updateWithResponseAsync(String resourceGroupName, String capacityReservationGroupName, String capacityReservationName, CapacityReservationUpdate parameters) The operation to update a capacity reservation. -
Uses of CapacityReservationUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CapacityReservationUpdateModifier and TypeMethodDescriptionSet the sku property: SKU of the resource for which capacity needs be reserved.Set the tags property: Resource tags.