Interface CommitmentTier


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

      • 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

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

        CommitmentCost 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.