Interface Usage


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

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String amlWorkspaceLocation()
      Gets the amlWorkspaceLocation property: Region of the AML workspace in the id.
      Long currentValue()
      Gets the currentValue property: The current usage of the resource.
      String id()
      Gets the id property: Specifies the resource ID.
      UsageInner innerModel()
      Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.UsageInner object.
      Long limit()
      Gets the limit property: The maximum permitted usage of the resource.
      UsageName name()
      Gets the name property: The name of the type of usage.
      String type()
      Gets the type property: Specifies the resource type.
      UsageUnit unit()
      Gets the unit property: An enum describing the unit of usage measurement.
    • Method Detail

      • id

        String id()
        Gets the id property: Specifies the resource ID.
        Returns:
        the id value.
      • amlWorkspaceLocation

        String amlWorkspaceLocation()
        Gets the amlWorkspaceLocation property: Region of the AML workspace in the id.
        Returns:
        the amlWorkspaceLocation value.
      • type

        String type()
        Gets the type property: Specifies the resource type.
        Returns:
        the type value.
      • unit

        UsageUnit unit()
        Gets the unit property: An enum describing the unit of usage measurement.
        Returns:
        the unit value.
      • currentValue

        Long currentValue()
        Gets the currentValue property: The current usage of the resource.
        Returns:
        the currentValue value.
      • limit

        Long limit()
        Gets the limit property: The maximum permitted usage of the resource.
        Returns:
        the limit value.
      • name

        UsageName name()
        Gets the name property: The name of the type of usage.
        Returns:
        the name value.
      • innerModel

        UsageInner innerModel()
        Gets the inner com.azure.resourcemanager.machinelearning.fluent.models.UsageInner object.
        Returns:
        the inner object.