java.lang.Object
com.azure.resourcemanager.appservice.fluent.models.KeyInfoInner

public final class KeyInfoInner extends Object
Function key info.
  • Constructor Details

    • KeyInfoInner

      public KeyInfoInner()
  • Method Details

    • name

      public String name()
      Get the name property: Key name.
      Returns:
      the name value.
    • withName

      public KeyInfoInner withName(String name)
      Set the name property: Key name.
      Parameters:
      name - the name value to set.
      Returns:
      the KeyInfoInner object itself.
    • value

      public String value()
      Get the value property: Key value.
      Returns:
      the value value.
    • withValue

      public KeyInfoInner withValue(String value)
      Set the value property: Key value.
      Parameters:
      value - the value value to set.
      Returns:
      the KeyInfoInner object itself.
    • validate

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