CapacityReservationProperties 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
CapacityReservationProperties() |
Initializes a new instance of the CapacityReservationProperties class. |
CapacityReservationProperties(String, Nullable<Int64>) |
Initializes a new instance of the CapacityReservationProperties class. |
CapacityReservationProperties()
Initializes a new instance of the CapacityReservationProperties class.
public CapacityReservationProperties ();
Public Sub New ()
Applies to
CapacityReservationProperties(String, Nullable<Int64>)
Initializes a new instance of the CapacityReservationProperties class.
public CapacityReservationProperties (string lastSkuUpdate = default, long? minCapacity = default);
new Microsoft.Azure.Management.OperationalInsights.Models.CapacityReservationProperties : string * Nullable<int64> -> Microsoft.Azure.Management.OperationalInsights.Models.CapacityReservationProperties
Public Sub New (Optional lastSkuUpdate As String = Nothing, Optional minCapacity As Nullable(Of Long) = Nothing)
Parameters
- lastSkuUpdate
- String
The last time Sku was updated.