次の方法で共有


IUpdate インターフェイス

定義

ネットワーク セキュリティ グループの更新プログラムの一部としてのセキュリティ規則の更新プログラムの全体。

public interface IUpdate : Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Update.IWithDestinationAddressOrSecurityGroup, Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Update.IWithDestinationPort, Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Update.IWithDirectionAccess, Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Update.IWithProtocol, Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Update.IWithSourceAddressOrSecurityGroup, Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.Update.IWithSourcePort, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResourceActions.ISettable<Microsoft.Azure.Management.Network.Fluent.NetworkSecurityGroup.Update.IUpdate>
type IUpdate = interface
    interface IWithDirectionAccess
    interface IWithSourceAddressOrSecurityGroup
    interface IWithSourcePort
    interface IWithDestinationAddressOrSecurityGroup
    interface IWithDestinationPort
    interface IWithProtocol
    interface ISettable<IUpdate>
Public Interface IUpdate
Implements ISettable(Of IUpdate), IWithDestinationAddressOrSecurityGroup, IWithDestinationPort, IWithDirectionAccess, IWithProtocol, IWithSourceAddressOrSecurityGroup, IWithSourcePort
実装

メソッド

AllowInbound()

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

(継承元 IWithDirectionAccess)
AllowOutbound()

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

(継承元 IWithDirectionAccess)
DenyInbound()

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

(継承元 IWithDirectionAccess)
DenyOutbound()

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

(継承元 IWithDirectionAccess)
FromAddress(String)

この規則を適用するトラフィック ソース アドレス プレフィックスを指定します。

(継承元 IWithSourceAddressOrSecurityGroup)
FromAddresses(String[])

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

(継承元 IWithSourceAddressOrSecurityGroup)
FromAnyAddress()

ルールが任意のトラフィック ソース アドレスに適用されることを指定します。

(継承元 IWithSourceAddressOrSecurityGroup)
FromAnyPort()

この規則を任意のソース ポートに適用します。

(継承元 IWithSourcePort)
FromPort(Int32)

この規則を適用するソース ポートを指定します。

(継承元 IWithSourcePort)
FromPortRange(Int32, Int32)

この規則を適用するソース ポート範囲を指定します。

(継承元 IWithSourcePort)
FromPortRanges(String[])

この規則を適用するソース ポート範囲を指定します。

(継承元 IWithSourcePort)
Parent()

ネットワーク セキュリティ グループの更新プログラムの一部としてのセキュリティ規則の更新プログラムの全体。

(継承元 ISettable<ParentT>)
ToAddress(String)

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

(継承元 IWithDestinationAddressOrSecurityGroup)
ToAddresses(String[])

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

(継承元 IWithDestinationAddressOrSecurityGroup)
ToAnyAddress()

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

(継承元 IWithDestinationAddressOrSecurityGroup)
ToAnyPort()

この規則を任意の宛先ポートに適用します。

(継承元 IWithDestinationPort)
ToPort(Int32)

この規則を適用する宛先ポートを指定します。

(継承元 IWithDestinationPort)
ToPortRange(Int32, Int32)

この規則を適用する宛先ポート範囲を指定します。

(継承元 IWithDestinationPort)
ToPortRanges(String[])

この規則を適用する宛先ポート範囲を指定します。

(継承元 IWithDestinationPort)
WithAnyProtocol()

この規則を、サポートされているプロトコルに適用します。

(継承元 IWithProtocol)
WithDescription(String)

このセキュリティ規則の説明を指定します。

WithDestinationApplicationSecurityGroup(String)

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

(継承元 IWithDestinationAddressOrSecurityGroup)
WithPriority(Int32)

このセキュリティ規則に割り当てる優先度を指定します。 セキュリティ規則は、割り当てられた優先順位の順序で適用されます。

WithProtocol(SecurityRuleProtocol)

この規則が適用されるプロトコルを指定します。

(継承元 IWithProtocol)
WithSourceApplicationSecurityGroup(String)

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

(継承元 IWithSourceAddressOrSecurityGroup)

適用対象