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

public final class IdentifierInner extends ProxyOnlyResource
A domain specific resource identifier.
  • Constructor Details

    • IdentifierInner

      public IdentifierInner()
  • Method Details

    • withKind

      public IdentifierInner 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.
    • value

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

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

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