IDomainPropertiesVerificationRecords Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.DomainPropertiesVerificationRecordsTypeConverter))]
public interface IDomainPropertiesVerificationRecords : Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EmailService.Models.DomainPropertiesVerificationRecordsTypeConverter))>]
type IDomainPropertiesVerificationRecords = interface
interface IJsonSerializable
Public Interface IDomainPropertiesVerificationRecords
Implements IJsonSerializable
- Derived
- Attributes
- Implements
Properties
Dkim2Name |
Name of the DNS record. |
Dkim2Ttl |
Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec. |
Dkim2Type |
Type of the DNS record. Example: TXT |
Dkim2Value |
Value of the DNS record. |
DkimName |
Name of the DNS record. |
DkimTtl |
Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec. |
DkimType |
Type of the DNS record. Example: TXT |
DkimValue |
Value of the DNS record. |
DmarcName |
Name of the DNS record. |
DmarcTtl |
Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec. |
DmarcType |
Type of the DNS record. Example: TXT |
DmarcValue |
Value of the DNS record. |
DomainName |
Name of the DNS record. |
DomainTtl |
Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec. |
DomainType |
Type of the DNS record. Example: TXT |
DomainValue |
Value of the DNS record. |
SpfName |
Name of the DNS record. |
SpfTtl |
Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec. |
SpfType |
Type of the DNS record. Example: TXT |
SpfValue |
Value of the DNS record. |
Methods
ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |