ClusterUpdateParameters.ClientCertificateCommonNames 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.
Gets or sets the list of client certificates referenced by common name that are allowed to manage the cluster. This will overwrite the existing list.
[Newtonsoft.Json.JsonProperty(PropertyName="properties.clientCertificateCommonNames")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateCommonName> ClientCertificateCommonNames { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.clientCertificateCommonNames")>]
member this.ClientCertificateCommonNames : System.Collections.Generic.IList<Microsoft.Azure.Management.ServiceFabric.Models.ClientCertificateCommonName> with get, set
Public Property ClientCertificateCommonNames As IList(Of ClientCertificateCommonName)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute