次の方法で共有


ServerCertificateCommonNames.CommonNames プロパティ

定義

クラスターのセキュリティ保護に使用される共通名によって参照されるサーバー証明書の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象