IManagedCertificate.DomainControlValidation Property

Definition

Selected type of domain control validation for managed certificates.

[Microsoft.Azure.PowerShell.Cmdlets.App.PSArgumentCompleter(new System.String[] { "CNAME", "HTTP", "TXT" })]
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Selected type of domain control validation for managed certificates.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="domainControlValidation", Update=true)]
public string DomainControlValidation { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.PSArgumentCompleter(new System.String[] { "CNAME", "HTTP", "TXT" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Selected type of domain control validation for managed certificates.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="domainControlValidation", Update=true)>]
member this.DomainControlValidation : string with get, set
Public Property DomainControlValidation As String

Property Value

Attributes

Applies to