CommitmentTier 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
CommitmentTier() |
Initializes a new instance of the CommitmentTier class. |
CommitmentTier(String, String, String, String, String, Nullable<Int32>, CommitmentQuota, CommitmentCost) |
Initializes a new instance of the CommitmentTier class. |
CommitmentTier()
Initializes a new instance of the CommitmentTier class.
public CommitmentTier ();
Public Sub New ()
Applies to
CommitmentTier(String, String, String, String, String, Nullable<Int32>, CommitmentQuota, CommitmentCost)
Initializes a new instance of the CommitmentTier class.
public CommitmentTier (string kind = default, string skuName = default, string hostingModel = default, string planType = default, string tier = default, int? maxCount = default, Microsoft.Azure.Management.CognitiveServices.Models.CommitmentQuota quota = default, Microsoft.Azure.Management.CognitiveServices.Models.CommitmentCost cost = default);
new Microsoft.Azure.Management.CognitiveServices.Models.CommitmentTier : string * string * string * string * string * Nullable<int> * Microsoft.Azure.Management.CognitiveServices.Models.CommitmentQuota * Microsoft.Azure.Management.CognitiveServices.Models.CommitmentCost -> Microsoft.Azure.Management.CognitiveServices.Models.CommitmentTier
Public Sub New (Optional kind As String = Nothing, Optional skuName As String = Nothing, Optional hostingModel As String = Nothing, Optional planType As String = Nothing, Optional tier As String = Nothing, Optional maxCount As Nullable(Of Integer) = Nothing, Optional quota As CommitmentQuota = Nothing, Optional cost As CommitmentCost = Nothing)
Parameters
- kind
- String
The Kind of the resource.
- skuName
- String
The name of the SKU. Ex - P3. It is typically a letter+number code
- hostingModel
- String
Account hosting model. Possible values include: 'Web', 'ConnectedContainer', 'DisconnectedContainer'
- planType
- String
Commitment plan type.
- tier
- String
Commitment period commitment tier.
- quota
- CommitmentQuota
- cost
- CommitmentCost
Applies to
Azure SDK for .NET