Aracılığıyla paylaş


IVerificationParameter.VerificationType Property

Definition

Type of verification.

[Microsoft.Azure.PowerShell.Cmdlets.EmailService.PSArgumentCompleter(new System.String[] { "Domain", "SPF", "DKIM", "DKIM2", "DMARC" })]
[Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=true, Description="Type of verification.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="verificationType", Update=true)]
public string VerificationType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EmailService.PSArgumentCompleter(new System.String[] { "Domain", "SPF", "DKIM", "DKIM2", "DMARC" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.EmailService.Runtime.Info(Create=true, Description="Type of verification.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="verificationType", Update=true)>]
member this.VerificationType : string with get, set
Public Property VerificationType As String

Property Value

Attributes

Applies to