次の方法で共有


ManagedCluster.Clients プロパティ

定義

クラスターの管理が許可されているクライアント証明書を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象