PSCapacityReservationProperties 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
PSCapacityReservationProperties(CapacityReservationProperties, ClusterSku) | |
PSCapacityReservationProperties(Nullable<Int64>, String) |
PSCapacityReservationProperties(CapacityReservationProperties, ClusterSku)
public PSCapacityReservationProperties (Microsoft.Azure.Management.OperationalInsights.Models.CapacityReservationProperties capacityReservationProperties, Microsoft.Azure.Management.OperationalInsights.Models.ClusterSku sku);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSCapacityReservationProperties : Microsoft.Azure.Management.OperationalInsights.Models.CapacityReservationProperties * Microsoft.Azure.Management.OperationalInsights.Models.ClusterSku -> Microsoft.Azure.Commands.OperationalInsights.Models.PSCapacityReservationProperties
Public Sub New (capacityReservationProperties As CapacityReservationProperties, sku As ClusterSku)
Parameters
- capacityReservationProperties
- CapacityReservationProperties
- sku
- ClusterSku
Applies to
PSCapacityReservationProperties(Nullable<Int64>, String)
public PSCapacityReservationProperties (long? maxCapacity, string skuName);
new Microsoft.Azure.Commands.OperationalInsights.Models.PSCapacityReservationProperties : Nullable<int64> * string -> Microsoft.Azure.Commands.OperationalInsights.Models.PSCapacityReservationProperties
Public Sub New (maxCapacity As Nullable(Of Long), skuName As String)
Parameters
- skuName
- String