次の方法で共有


ManagedClusterUpdateParameters.Clients プロパティ

定義

クラスターのクライアント証明書を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象