Class DomainOwnershipIdentifierProperties

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

public final class DomainOwnershipIdentifierProperties extends Object
DomainOwnershipIdentifier resource specific properties.
  • Constructor Details

    • DomainOwnershipIdentifierProperties

      public DomainOwnershipIdentifierProperties()
  • Method Details

    • ownershipId

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

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

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