Share via


IDomainResource.DmarcStatus Property

Definition

Status of the verification operation.

[Microsoft.Azure.PowerShell.Cmdlets.EmailService.PSArgumentCompleter(new System.String[] { "NotStarted", "VerificationRequested", "VerificationInProgress", "VerificationFailed", "Verified", "CancellationRequested" })]
[Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=false, Description="Status of the verification operation.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="status", Update=false)]
public string DmarcStatus { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.EmailService.PSArgumentCompleter(new System.String[] { "NotStarted", "VerificationRequested", "VerificationInProgress", "VerificationFailed", "Verified", "CancellationRequested" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=false, Description="Status of the verification operation.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="status", Update=false)>]
member this.DmarcStatus : string
Public ReadOnly Property DmarcStatus As String

Property Value

Attributes

Applies to