CapacityReservationGroupInstanceView Constructors
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.
Overloads
CapacityReservationGroupInstanceView() |
Initializes a new instance of the CapacityReservationGroupInstanceView class. |
CapacityReservationGroupInstanceView(IList<CapacityReservationInstanceViewWithName>) |
Initializes a new instance of the CapacityReservationGroupInstanceView class. |
CapacityReservationGroupInstanceView()
Initializes a new instance of the CapacityReservationGroupInstanceView class.
public CapacityReservationGroupInstanceView ();
Public Sub New ()
Applies to
CapacityReservationGroupInstanceView(IList<CapacityReservationInstanceViewWithName>)
Initializes a new instance of the CapacityReservationGroupInstanceView class.
public CapacityReservationGroupInstanceView (System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName> capacityReservations = default);
new Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView : System.Collections.Generic.IList<Microsoft.Azure.Management.Compute.Models.CapacityReservationInstanceViewWithName> -> Microsoft.Azure.Management.Compute.Models.CapacityReservationGroupInstanceView
Public Sub New (Optional capacityReservations As IList(Of CapacityReservationInstanceViewWithName) = Nothing)
Parameters
- capacityReservations
- IList<CapacityReservationInstanceViewWithName>
List of instance view of the capacity reservations under the capacity reservation group.
Applies to
Azure SDK for .NET