次の方法で共有


NetworkInterfaceIPConfigurationPrivateLinkConnectionProperties.Fqdns プロパティ

定義

現在のプライベート リンク接続の FQDN の一覧を取得します。

[Newtonsoft.Json.JsonProperty(PropertyName="fqdns")]
public System.Collections.Generic.IList<string> Fqdns { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fqdns")>]
member this.Fqdns : System.Collections.Generic.IList<string>
Public ReadOnly Property Fqdns As IList(Of String)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象