Class DomainPropertiesVerificationStates

java.lang.Object
com.azure.resourcemanager.communication.models.DomainPropertiesVerificationStates

public final class DomainPropertiesVerificationStates extends Object
List of VerificationStatusRecord.
  • Constructor Details

    • DomainPropertiesVerificationStates

      public DomainPropertiesVerificationStates()
  • Method Details

    • domain

      public VerificationStatusRecord domain()
      Get the domain property: A class that represents a VerificationStatus record.
      Returns:
      the domain value.
    • withDomain

      Set the domain property: A class that represents a VerificationStatus record.
      Parameters:
      domain - the domain value to set.
      Returns:
      the DomainPropertiesVerificationStates object itself.
    • spf

      Get the spf property: A class that represents a VerificationStatus record.
      Returns:
      the spf value.
    • withSpf

      Set the spf property: A class that represents a VerificationStatus record.
      Parameters:
      spf - the spf value to set.
      Returns:
      the DomainPropertiesVerificationStates object itself.
    • dkim

      public VerificationStatusRecord dkim()
      Get the dkim property: A class that represents a VerificationStatus record.
      Returns:
      the dkim value.
    • withDkim

      Set the dkim property: A class that represents a VerificationStatus record.
      Parameters:
      dkim - the dkim value to set.
      Returns:
      the DomainPropertiesVerificationStates object itself.
    • dkim2

      public VerificationStatusRecord dkim2()
      Get the dkim2 property: A class that represents a VerificationStatus record.
      Returns:
      the dkim2 value.
    • withDkim2

      Set the dkim2 property: A class that represents a VerificationStatus record.
      Parameters:
      dkim2 - the dkim2 value to set.
      Returns:
      the DomainPropertiesVerificationStates object itself.
    • dmarc

      public VerificationStatusRecord dmarc()
      Get the dmarc property: A class that represents a VerificationStatus record.
      Returns:
      the dmarc value.
    • withDmarc

      Set the dmarc property: A class that represents a VerificationStatus record.
      Parameters:
      dmarc - the dmarc value to set.
      Returns:
      the DomainPropertiesVerificationStates object itself.
    • validate

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