Class SupportedApmTypeInner

java.lang.Object
com.azure.resourcemanager.appplatform.fluent.models.SupportedApmTypeInner

public final class SupportedApmTypeInner extends Object
Supported APM type.
  • Constructor Details

    • SupportedApmTypeInner

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

    • name

      public String name()
      Get the name property: The name of the supported APM type.
      Returns:
      the name value.
    • withName

      public SupportedApmTypeInner withName(String name)
      Set the name property: The name of the supported APM type.
      Parameters:
      name - the name value to set.
      Returns:
      the SupportedApmTypeInner object itself.
    • validate

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