ManagedCluster.Clients Property

Definition

Gets or sets client certificates for the cluster.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to