Freigeben über


IDomainPropertiesVerificationRecords.SpfTtl Property

Definition

Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.

[Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=false, Description="Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="ttl", Update=false)]
public int? SpfTtl { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=false, Description="Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=true, ReadOnly=true, Required=false, SerializedName="ttl", Update=false)>]
member this.SpfTtl : Nullable<int>
Public ReadOnly Property SpfTtl As Nullable(Of Integer)

Property Value

Attributes

Applies to