次の方法で共有


IWithDestinationAddressOrSecurityGroup<ParentT> インターフェイス

定義

宛先アドレスを指定できるネットワーク 規則定義のステージ。 注: ネットワーク セキュリティ規則では、DestinationAddressPrefixes、DestinationAddressPrefix、DestinationApplicationSecurityGroups のいずれか 1 つに空でない値を指定する必要があります。

public interface IWithDestinationAddressOrSecurityGroup<ParentT>
type IWithDestinationAddressOrSecurityGroup<'ParentT> = interface
Public Interface IWithDestinationAddressOrSecurityGroup(Of ParentT)

型パラメーター

ParentT

この定義をアタッチした後に戻る親定義のステージ。

派生

メソッド

ToAddress(String)

この規則を適用するトラフィック宛先アドレス範囲を指定します。

ToAddresses(String[])

この規則が適用されるトラフィック宛先アドレス プレフィックスを指定します。

ToAnyAddress()

任意のトラフィック宛先アドレスにルールを適用します。

WithDestinationApplicationSecurityGroup(String)

宛先として指定されたアプリケーション セキュリティ グループを設定します。

適用対象