ServerCertificateCommonNames.CommonNames Property

Definition

Gets or sets the list of server certificates referenced by common name that are used to secure the cluster.

[Newtonsoft.Json.JsonProperty(PropertyName="commonNames")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName> CommonNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="commonNames")>]
member this.CommonNames : System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ServerCertificateCommonName> with get, set
Public Property CommonNames As IList(Of ServerCertificateCommonName)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to