Interface AccountModel


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

      • format

        String format()
        Gets the format property: Deployment model format.
        Returns:
        the format value.
      • name

        String name()
        Gets the name property: Deployment model name.
        Returns:
        the name value.
      • version

        String version()
        Gets the version property: Deployment model version.
        Returns:
        the version value.
      • baseModel

        DeploymentModel baseModel()
        Gets the baseModel property: Base Model Identifier.
        Returns:
        the baseModel value.
      • maxCapacity

        Integer maxCapacity()
        Gets the maxCapacity property: The max capacity.
        Returns:
        the maxCapacity value.
      • capabilities

        Map<String,​String> capabilities()
        Gets the capabilities property: The capabilities.
        Returns:
        the capabilities value.
      • deprecation

        ModelDeprecationInfo deprecation()
        Gets the deprecation property: Cognitive Services account ModelDeprecationInfo.
        Returns:
        the deprecation value.
      • systemData

        com.azure.core.management.SystemData systemData()
        Gets the systemData property: Metadata pertaining to creation and last modification of the resource.
        Returns:
        the systemData value.
      • innerModel

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