Uses of Class
com.azure.resourcemanager.compute.models.ReservationType
Packages that use ReservationType
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of ReservationType in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return ReservationTypeModifier and TypeMethodDescriptionCapacityReservationGroupInner.reservationType()Get the reservationType property: Indicates the type of capacity reservation.CapacityReservationGroupProperties.reservationType()Get the reservationType property: Indicates the type of capacity reservation.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type ReservationTypeModifier and TypeMethodDescriptionCapacityReservationGroupInner.withReservationType(ReservationType reservationType) Set the reservationType property: Indicates the type of capacity reservation.CapacityReservationGroupProperties.withReservationType(ReservationType reservationType) Set the reservationType property: Indicates the type of capacity reservation. -
Uses of ReservationType in com.azure.resourcemanager.compute.models
Subclasses with type arguments of type ReservationType in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classIndicates the type of capacity reservation.Fields in com.azure.resourcemanager.compute.models declared as ReservationTypeModifier and TypeFieldDescriptionstatic final ReservationTypeReservationType.BLOCKStatic value Block for ReservationType.static final ReservationTypeReservationType.TARGETEDStatic value Targeted for ReservationType.Methods in com.azure.resourcemanager.compute.models that return ReservationTypeModifier and TypeMethodDescriptionstatic ReservationTypeReservationType.fromString(String name) Creates or finds a ReservationType from its string representation.CapacityReservationGroupUpdate.reservationType()Get the reservationType property: Indicates the type of capacity reservation.Methods in com.azure.resourcemanager.compute.models that return types with arguments of type ReservationTypeModifier and TypeMethodDescriptionstatic Collection<ReservationType> ReservationType.values()Gets known ReservationType values.Methods in com.azure.resourcemanager.compute.models with parameters of type ReservationTypeModifier and TypeMethodDescriptionCapacityReservationGroupUpdate.withReservationType(ReservationType reservationType) Set the reservationType property: Indicates the type of capacity reservation.