Interface CommitmentTier


public interface CommitmentTier
An immutable client-side representation of CommitmentTier.
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the cost property: Cognitive Services account commitment cost.
    Gets the hostingModel property: Account hosting model.
    Gets the inner com.azure.resourcemanager.cognitiveservices.fluent.models.CommitmentTierInner object.
    Gets the kind property: The Kind of the resource.
    Gets the maxCount property: Commitment period commitment max count.
    Gets the planType property: Commitment plan type.
    Gets the quota property: Cognitive Services account commitment quota.
    Gets the skuName property: The name of the SKU.
    Gets the tier property: Commitment period commitment tier.
  • Method Details

    • kind

      String kind()
      Gets the kind property: The Kind of the resource.
      Returns:
      the kind value.
    • skuName

      String skuName()
      Gets the skuName property: The name of the SKU. Ex - P3. It is typically a letter+number code.
      Returns:
      the skuName value.
    • hostingModel

      HostingModel hostingModel()
      Gets the hostingModel property: Account hosting model.
      Returns:
      the hostingModel value.
    • planType

      String planType()
      Gets the planType property: Commitment plan type.
      Returns:
      the planType value.
    • tier

      String tier()
      Gets the tier property: Commitment period commitment tier.
      Returns:
      the tier value.
    • maxCount

      Integer maxCount()
      Gets the maxCount property: Commitment period commitment max count.
      Returns:
      the maxCount value.
    • quota

      Gets the quota property: Cognitive Services account commitment quota.
      Returns:
      the quota value.
    • cost

      Gets the cost property: Cognitive Services account commitment cost.
      Returns:
      the cost value.
    • innerModel

      CommitmentTierInner innerModel()
      Gets the inner com.azure.resourcemanager.cognitiveservices.fluent.models.CommitmentTierInner object.
      Returns:
      the inner object.