Uses of Class
com.azure.resourcemanager.compute.models.CapacityReservationInstanceView
Packages that use CapacityReservationInstanceView
Package
Description
Package containing the inner data models for ComputeManagementClient.
Package containing the data models for ComputeManagementClient.
-
Uses of CapacityReservationInstanceView in com.azure.resourcemanager.compute.fluent.models
Methods in com.azure.resourcemanager.compute.fluent.models that return CapacityReservationInstanceViewModifier and TypeMethodDescriptionCapacityReservationInner.instanceView()Get the instanceView property: The Capacity reservation instance view.CapacityReservationProperties.instanceView()Get the instanceView property: The Capacity reservation instance view. -
Uses of CapacityReservationInstanceView in com.azure.resourcemanager.compute.models
Subclasses of CapacityReservationInstanceView in com.azure.resourcemanager.compute.modelsModifier and TypeClassDescriptionfinal classThe instance view of a capacity reservation that includes the name of the capacity reservation.Classes in com.azure.resourcemanager.compute.models that implement interfaces with type arguments of type CapacityReservationInstanceViewModifier and TypeClassDescriptionclassThe instance view of a capacity reservation that provides as snapshot of the runtime properties of the capacity reservation that is managed by the platform and can change outside of control plane operations.Methods in com.azure.resourcemanager.compute.models that return CapacityReservationInstanceViewModifier and TypeMethodDescriptionCapacityReservationInstanceView.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of CapacityReservationInstanceView from the JsonReader.CapacityReservationUpdate.instanceView()Get the instanceView property: The Capacity reservation instance view.CapacityReservationInstanceView.withStatuses(List<InstanceViewStatus> statuses) Set the statuses property: The resource status information.CapacityReservationInstanceView.withUtilizationInfo(CapacityReservationUtilization utilizationInfo) Set the utilizationInfo property: Unutilized capacity of the capacity reservation.