CapacityReservationInstanceViewWithName Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The instance view of a capacity reservation that includes the name of the capacity reservation. It is used for the response to the instance view of a capacity reservation group.
public class CapacityReservationInstanceViewWithName : Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceView
type CapacityReservationInstanceViewWithName = class
inherit CapacityReservationInstanceView
Public Class CapacityReservationInstanceViewWithName
Inherits CapacityReservationInstanceView
- Inheritance
Constructors
CapacityReservationInstanceViewWithName() |
Initializes a new instance of the CapacityReservationInstanceViewWithName class. |
CapacityReservationInstanceViewWithName(CapacityReservationUtilization, IList<InstanceViewStatus>, String) |
Initializes a new instance of the CapacityReservationInstanceViewWithName class. |
Properties
Name |
Gets the name of the capacity reservation. |
Statuses |
Gets or sets the resource status information. (Inherited from CapacityReservationInstanceView) |
UtilizationInfo |
Gets or sets unutilized capacity of the capacity reservation. (Inherited from CapacityReservationInstanceView) |