Class IdentifierProperties

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

public final class IdentifierProperties extends Object
Identifier resource specific properties.
  • Constructor Details

    • IdentifierProperties

      public IdentifierProperties()
  • Method Details

    • value

      public String value()
      Get the value property: String representation of the identity.
      Returns:
      the value value.
    • withValue

      public IdentifierProperties withValue(String value)
      Set the value property: String representation of the identity.
      Parameters:
      value - the value value to set.
      Returns:
      the IdentifierProperties object itself.
    • validate

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