java.lang.Object
com.azure.core.management.ProxyResource
com.azure.resourcemanager.appservice.models.ProxyOnlyResource
com.azure.resourcemanager.appservice.fluent.models.StringListInner

public final class StringListInner extends ProxyOnlyResource
String list resource.
  • Constructor Details

    • StringListInner

      public StringListInner()
  • Method Details

    • properties

      public List<String> properties()
      Get the properties property: List of string resources.
      Returns:
      the properties value.
    • withProperties

      public StringListInner withProperties(List<String> properties)
      Set the properties property: List of string resources.
      Parameters:
      properties - the properties value to set.
      Returns:
      the StringListInner object itself.
    • withKind

      public StringListInner withKind(String kind)
      Set the kind property: Kind of resource.
      Overrides:
      withKind in class ProxyOnlyResource
      Parameters:
      kind - the kind value to set.
      Returns:
      the ProxyOnlyResource object itself.
    • validate

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