次の方法で共有


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

定義

セキュリティ規則定義の最初のステージ。

public interface IBlank<ParentT> : Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Definition.IWithDirectionAccess<ParentT>
type IBlank<'ParentT> = interface
    interface IWithDirectionAccess<'ParentT>
Public Interface IBlank(Of ParentT)
Implements IWithDirectionAccess(Of ParentT)

型パラメーター

ParentT

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

派生
実装

メソッド

AllowInbound()

受信トラフィックを許可します。

(継承元 IWithDirectionAccess<ParentT>)
AllowOutbound()

送信トラフィックを許可します。

(継承元 IWithDirectionAccess<ParentT>)
DenyInbound()

受信トラフィックをブロックします。

(継承元 IWithDirectionAccess<ParentT>)
DenyOutbound()

送信トラフィックをブロックします。

(継承元 IWithDirectionAccess<ParentT>)

適用対象