DomainPropertiesVerificationRecords Class
- java.
lang. Object - com.
azure. resourcemanager. communication. models. DomainPropertiesVerificationRecords
- com.
Implements
public final class DomainPropertiesVerificationRecords
implements JsonSerializable<DomainPropertiesVerificationRecords>
List of DnsRecord.
Constructor Summary
| Constructor | Description |
|---|---|
| DomainPropertiesVerificationRecords() |
Creates an instance of Domain |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Dns |
dkim()
Get the dkim property: A class that represents a Verification |
|
Dns |
dkim2()
Get the dkim2 property: A class that represents a Verification |
|
Dns |
dmarc()
Get the dmarc property: A class that represents a Verification |
|
Dns |
domain()
Get the domain property: A class that represents a Verification |
|
static
Domain |
fromJson(JsonReader jsonReader)
Reads an instance of Domain |
|
Dns |
spf()
Get the spf property: A class that represents a Verification |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Domain |
withDkim(DnsRecord dkim)
Set the dkim property: A class that represents a Verification |
|
Domain |
withDkim2(DnsRecord dkim2)
Set the dkim2 property: A class that represents a Verification |
|
Domain |
withDmarc(DnsRecord dmarc)
Set the dmarc property: A class that represents a Verification |
|
Domain |
withDomain(DnsRecord domain)
Set the domain property: A class that represents a Verification |
|
Domain |
withSpf(DnsRecord spf)
Set the spf property: A class that represents a Verification |
Methods inherited from java.lang.Object
Constructor Details
DomainPropertiesVerificationRecords
public DomainPropertiesVerificationRecords()
Creates an instance of DomainPropertiesVerificationRecords class.
Method Details
dkim
public DnsRecord dkim()
Get the dkim property: A class that represents a VerificationStatus record.
Returns:
dkim2
public DnsRecord dkim2()
Get the dkim2 property: A class that represents a VerificationStatus record.
Returns:
dmarc
public DnsRecord dmarc()
Get the dmarc property: A class that represents a VerificationStatus record.
Returns:
domain
public DnsRecord domain()
Get the domain property: A class that represents a VerificationStatus record.
Returns:
fromJson
public static DomainPropertiesVerificationRecords fromJson(JsonReader jsonReader)
Reads an instance of DomainPropertiesVerificationRecords from the JsonReader.
Parameters:
Returns:
Throws:
spf
public DnsRecord spf()
Get the spf property: A class that represents a VerificationStatus record.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDkim
public DomainPropertiesVerificationRecords withDkim(DnsRecord dkim)
Set the dkim property: A class that represents a VerificationStatus record.
Parameters:
Returns:
withDkim2
public DomainPropertiesVerificationRecords withDkim2(DnsRecord dkim2)
Set the dkim2 property: A class that represents a VerificationStatus record.
Parameters:
Returns:
withDmarc
public DomainPropertiesVerificationRecords withDmarc(DnsRecord dmarc)
Set the dmarc property: A class that represents a VerificationStatus record.
Parameters:
Returns:
withDomain
public DomainPropertiesVerificationRecords withDomain(DnsRecord domain)
Set the domain property: A class that represents a VerificationStatus record.
Parameters:
Returns:
withSpf
public DomainPropertiesVerificationRecords withSpf(DnsRecord spf)
Set the spf property: A class that represents a VerificationStatus record.
Parameters:
Returns: