Interface UsageListResult


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

    Modifier and Type
    Method
    Description
    Gets the inner com.azure.resourcemanager.cognitiveservices.fluent.models.UsageListResultInner object.
    Gets the value property: The list of usages for Cognitive Service account.
  • Method Details

    • value

      List<Usage> value()
      Gets the value property: The list of usages for Cognitive Service account.
      Returns:
      the value value.
    • innerModel

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