Uses of Class
com.azure.resourcemanager.compute.models.CapacityReservationProfile
-
Packages that use CapacityReservationProfile Package Description com.azure.resourcemanager.compute.fluent.models Package containing the inner data models for ComputeManagementClient.com.azure.resourcemanager.compute.models 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 CapacityReservationProfile Modifier and Type Method Description CapacityReservationProfileVirtualMachineInner. capacityReservation()Get the capacityReservation property: Specifies information about the capacity reservation that is used to allocate virtual machine.CapacityReservationProfileVirtualMachinePropertiesInner. capacityReservation()Get the capacityReservation property: Specifies information about the capacity reservation that is used to allocate virtual machine.CapacityReservationProfileVirtualMachineUpdateInner. 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 CapacityReservationProfile Modifier and Type Method Description VirtualMachineInnerVirtualMachineInner. withCapacityReservation(CapacityReservationProfile capacityReservation)Set the capacityReservation property: Specifies information about the capacity reservation that is used to allocate virtual machine.VirtualMachinePropertiesInnerVirtualMachinePropertiesInner. withCapacityReservation(CapacityReservationProfile capacityReservation)Set the capacityReservation property: Specifies information about the capacity reservation that is used to allocate virtual machine.VirtualMachineUpdateInnerVirtualMachineUpdateInner. 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
Methods in com.azure.resourcemanager.compute.models that return CapacityReservationProfile Modifier and Type Method Description CapacityReservationProfileVirtualMachineScaleSetVMProfile. capacityReservation()Get the capacityReservation property: Specifies the capacity reservation related details of a scale set.CapacityReservationProfileCapacityReservationProfile. 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 CapacityReservationProfile Modifier and Type Method Description VirtualMachineScaleSetVMProfileVirtualMachineScaleSetVMProfile. withCapacityReservation(CapacityReservationProfile capacityReservation)Set the capacityReservation property: Specifies the capacity reservation related details of a scale set.
-