ICertificateProperties.DnsName Property

Definition

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

Applies to