IManagedCertificate.DomainControlValidation 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.
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