Uses of Class
com.azure.resourcemanager.compute.models.CapacityReservationGroupUpdate
Packages that use CapacityReservationGroupUpdate
Package
Description
Package containing the service clients for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of CapacityReservationGroupUpdate in com.azure.resourcemanager.compute.fluent
Methods in com.azure.resourcemanager.compute.fluent with parameters of type CapacityReservationGroupUpdateModifier and TypeMethodDescriptionCapacityReservationGroupsClient.update(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupUpdate parameters) The operation to update a capacity reservation group.CapacityReservationGroupsClient.updateAsync(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupUpdate parameters) The operation to update a capacity reservation group.com.azure.core.http.rest.Response<CapacityReservationGroupInner> CapacityReservationGroupsClient.updateWithResponse(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupUpdate parameters, com.azure.core.util.Context context) The operation to update a capacity reservation group.Mono<com.azure.core.http.rest.Response<CapacityReservationGroupInner>> CapacityReservationGroupsClient.updateWithResponseAsync(String resourceGroupName, String capacityReservationGroupName, CapacityReservationGroupUpdate parameters) The operation to update a capacity reservation group. -
Uses of CapacityReservationGroupUpdate in com.azure.resourcemanager.compute.models
Methods in com.azure.resourcemanager.compute.models that return CapacityReservationGroupUpdateModifier and TypeMethodDescriptionCapacityReservationGroupUpdate.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CapacityReservationGroupUpdate from the JsonReader.CapacityReservationGroupUpdate.withReservationType(ReservationType reservationType) Set the reservationType property: Indicates the type of capacity reservation.CapacityReservationGroupUpdate.withSharingProfile(ResourceSharingProfile sharingProfile) Set the sharingProfile property: Specifies the settings to enable sharing across subscriptions for the capacity reservation group resource.Set the tags property: Resource tags.