IDomainResource.Dkim2Status Property
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.
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 Dkim2Status { 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.Dkim2Status : string
Public ReadOnly Property Dkim2Status As String
Property Value
- Attributes