Class SupportedApmTypes

java.lang.Object
com.azure.resourcemanager.appplatform.models.SupportedApmTypes

public final class SupportedApmTypes extends Object
Supported APM types payload.
  • Constructor Details

    • SupportedApmTypes

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

    • value

      public List<SupportedApmTypeInner> value()
      Get the value property: Collection of the supported APM type.
      Returns:
      the value value.
    • withValue

      public SupportedApmTypes withValue(List<SupportedApmTypeInner> value)
      Set the value property: Collection of the supported APM type.
      Parameters:
      value - the value value to set.
      Returns:
      the SupportedApmTypes object itself.
    • nextLink

      public String nextLink()
      Get the nextLink property: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use.
      Returns:
      the nextLink value.
    • withNextLink

      public SupportedApmTypes withNextLink(String nextLink)
      Set the nextLink property: URL client should use to fetch the next page (per server side paging). It's null for now, added for future use.
      Parameters:
      nextLink - the nextLink value to set.
      Returns:
      the SupportedApmTypes object itself.
    • validate

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