Condividi tramite


SkuChangeInfo Constructors

Definition

Overloads

SkuChangeInfo()

Initializes a new instance of the SkuChangeInfo class.

SkuChangeInfo(Nullable<Double>, Nullable<Double>, String)

Initializes a new instance of the SkuChangeInfo class.

SkuChangeInfo()

Initializes a new instance of the SkuChangeInfo class.

public SkuChangeInfo ();
Public Sub New ()

Applies to

SkuChangeInfo(Nullable<Double>, Nullable<Double>, String)

Initializes a new instance of the SkuChangeInfo class.

public SkuChangeInfo (double? countOfDowngrades = default, double? countOfUpgradesAfterDowngrades = default, string lastChangeDate = default);
new Microsoft.Azure.Management.CognitiveServices.Models.SkuChangeInfo : Nullable<double> * Nullable<double> * string -> Microsoft.Azure.Management.CognitiveServices.Models.SkuChangeInfo
Public Sub New (Optional countOfDowngrades As Nullable(Of Double) = Nothing, Optional countOfUpgradesAfterDowngrades As Nullable(Of Double) = Nothing, Optional lastChangeDate As String = Nothing)

Parameters

countOfDowngrades
Nullable<Double>

Gets the count of downgrades.

countOfUpgradesAfterDowngrades
Nullable<Double>

Gets the count of upgrades after downgrades.

lastChangeDate
String

Gets the last change date.

Applies to