ICertificateProperties.DnsName 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.
The domain list of certificate.
[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=false, Description="The domain list of certificate.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="dnsNames", Update=false)]
public System.Collections.Generic.List<string> DnsName { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Create=false, Description="The domain list of certificate.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="dnsNames", Update=false)>]
member this.DnsName : System.Collections.Generic.List<string>
Public ReadOnly Property DnsName As List(Of String)
Property Value
- Attributes