IVerificationParameter.VerificationType 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.
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