CapacityReservationInstanceViewWithName Class

Definition

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
CapacityReservationInstanceViewWithName

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)

Applies to