Class ResourceQuotaInner


  • public final class ResourceQuotaInner
    extends Object
    The quota assigned to a resource.
    • Constructor Detail

      • ResourceQuotaInner

        public ResourceQuotaInner()
    • Method Detail

      • id

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

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

        public String type()
        Get the type property: Specifies the resource type.
        Returns:
        the type value.
      • name

        public ResourceName name()
        Get the name property: Name of the resource.
        Returns:
        the name value.
      • limit

        public Long limit()
        Get the limit property: Limit. The maximum permitted quota of the resource.
        Returns:
        the limit value.
      • unit

        public QuotaUnit unit()
        Get the unit property: An enum describing the unit of quota measurement.
        Returns:
        the unit value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.