次の方法で共有


INetworkSecurityRule.DestinationAddressPrefixes プロパティ

定義

ルールが適用される宛先アドレス プレフィックスの一覧を取得します。形式は "###.#.#/##/##"、"" は "any" または IP アドレスを意味します。

public System.Collections.Generic.IReadOnlyList<string> DestinationAddressPrefixes { get; }
member this.DestinationAddressPrefixes : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly Property DestinationAddressPrefixes As IReadOnlyList(Of String)

プロパティ値

適用対象