Uses of Class
com.azure.resourcemanager.compute.models.CapacityReservationProfile
Packages that use CapacityReservationProfile
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of CapacityReservationProfile in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CapacityReservationProfileModifier and TypeMethodDescriptionVirtualMachineInner.capacityReservation()Get the capacityReservation property: Specifies information about the capacity reservation that is used to allocate virtual machine.VirtualMachinePropertiesInner.capacityReservation()Get the capacityReservation property: Specifies information about the capacity reservation that is used to allocate virtual machine.VirtualMachineUpdateInner.capacityReservation()Get the capacityReservation property: Specifies information about the capacity reservation that is used to allocate virtual machine.Methods in com.azure.resourcemanager.compute.fluent.models with parameters of type CapacityReservationProfileModifier and TypeMethodDescriptionVirtualMachineInner.withCapacityReservation(CapacityReservationProfile capacityReservation) Set the capacityReservation property: Specifies information about the capacity reservation that is used to allocate virtual machine.VirtualMachinePropertiesInner.withCapacityReservation(CapacityReservationProfile capacityReservation) Set the capacityReservation property: Specifies information about the capacity reservation that is used to allocate virtual machine.VirtualMachineUpdateInner.withCapacityReservation(CapacityReservationProfile capacityReservation) Set the capacityReservation property: Specifies information about the capacity reservation that is used to allocate virtual machine. -
Uses of CapacityReservationProfile in com.azure.resourcemanager.compute.models
Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type CapacityReservationProfileModifier and TypeClassDescriptionfinal classThe parameters of a capacity reservation Profile.Methods in com.azure.resourcemanager.compute.models that return CapacityReservationProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.capacityReservation()Get the capacityReservation property: Specifies the capacity reservation related details of a scale set.static CapacityReservationProfileCapacityReservationProfile.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CapacityReservationProfile from the JsonReader.CapacityReservationProfile.withCapacityReservationGroup(com.azure.core.management.SubResource capacityReservationGroup) Set the capacityReservationGroup property: Specifies the capacity reservation group resource id that should be used for allocating the virtual machine or scaleset vm instances provided enough capacity has been reserved.Methods in com.azure.resourcemanager.compute.models with parameters of type CapacityReservationProfileModifier and TypeMethodDescriptionVirtualMachineScaleSetVMProfile.withCapacityReservation(CapacityReservationProfile capacityReservation) Set the capacityReservation property: Specifies the capacity reservation related details of a scale set.