Class KeyValuePairStringObject

java.lang.Object
com.azure.resourcemanager.appservice.models.KeyValuePairStringObject

public final class KeyValuePairStringObject extends Object
The KeyValuePairStringObject model.
  • Constructor Details

    • KeyValuePairStringObject

      public KeyValuePairStringObject()
  • Method Details

    • key

      public String key()
      Get the key property: The key property.
      Returns:
      the key value.
    • value

      public Object value()
      Get the value property: Any object.
      Returns:
      the value value.
    • validate

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