java.lang.Object
com.azure.resourcemanager.appcontainers.models.TcpScaleRule

public final class TcpScaleRule extends Object
Container App container Tcp scaling rule.
  • Constructor Details

    • TcpScaleRule

      public TcpScaleRule()
      Creates an instance of TcpScaleRule class.
  • Method Details

    • metadata

      public Map<String,String> metadata()
      Get the metadata property: Metadata properties to describe tcp scale rule.
      Returns:
      the metadata value.
    • withMetadata

      public TcpScaleRule withMetadata(Map<String,String> metadata)
      Set the metadata property: Metadata properties to describe tcp scale rule.
      Parameters:
      metadata - the metadata value to set.
      Returns:
      the TcpScaleRule object itself.
    • auth

      public List<ScaleRuleAuth> auth()
      Get the auth property: Authentication secrets for the tcp scale rule.
      Returns:
      the auth value.
    • withAuth

      public TcpScaleRule withAuth(List<ScaleRuleAuth> auth)
      Set the auth property: Authentication secrets for the tcp scale rule.
      Parameters:
      auth - the auth value to set.
      Returns:
      the TcpScaleRule object itself.
    • validate

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