Class StringDictionaryInner

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

public final class StringDictionaryInner extends ProxyOnlyResource
String dictionary resource.
  • Constructor Details

    • StringDictionaryInner

      public StringDictionaryInner()
  • Method Details

    • properties

      public Map<String,String> properties()
      Get the properties property: Settings.
      Returns:
      the properties value.
    • withProperties

      public StringDictionaryInner withProperties(Map<String,String> properties)
      Set the properties property: Settings.
      Parameters:
      properties - the properties value to set.
      Returns:
      the StringDictionaryInner object itself.
    • withKind

      public StringDictionaryInner 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.