Class DomainOwnershipIdentifierInner

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

public final class DomainOwnershipIdentifierInner extends ProxyOnlyResource
Domain ownership Identifier.
  • Constructor Details

    • DomainOwnershipIdentifierInner

      public DomainOwnershipIdentifierInner()
  • Method Details

    • withKind

      public DomainOwnershipIdentifierInner 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.
    • ownershipId

      public String ownershipId()
      Get the ownershipId property: Ownership Id.
      Returns:
      the ownershipId value.
    • withOwnershipId

      public DomainOwnershipIdentifierInner withOwnershipId(String ownershipId)
      Set the ownershipId property: Ownership Id.
      Parameters:
      ownershipId - the ownershipId value to set.
      Returns:
      the DomainOwnershipIdentifierInner object itself.
    • validate

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