次の方法で共有


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

定義

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

public interface IUpdateDefinition<ParentT> : Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.UpdateDefinition.IBlank<ParentT>, Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.UpdateDefinition.IWithAttach<ParentT>, Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.UpdateDefinition.IWithDestinationAddressOrSecurityGroup<ParentT>, Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.UpdateDefinition.IWithDestinationPort<ParentT>, Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.UpdateDefinition.IWithDirectionAccess<ParentT>, Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.UpdateDefinition.IWithProtocol<ParentT>, Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.UpdateDefinition.IWithSourceAddressOrSecurityGroup<ParentT>, Microsoft.Azure.Management.Network.Fluent.NetworkSecurityRule.UpdateDefinition.IWithSourcePort<ParentT>, Microsoft.Azure.Management.ResourceManager.Fluent.Core.ChildResource.Update.IInUpdate<ParentT>
type IUpdateDefinition<'ParentT> = interface
    interface IBlank<'ParentT>
    interface IWithDirectionAccess<'ParentT>
    interface IWithSourceAddressOrSecurityGroup<'ParentT>
    interface IWithSourcePort<'ParentT>
    interface IWithDestinationAddressOrSecurityGroup<'ParentT>
    interface IWithDestinationPort<'ParentT>
    interface IWithProtocol<'ParentT>
    interface IWithAttach<'ParentT>
    interface IInUpdate<'ParentT>
Public Interface IUpdateDefinition(Of ParentT)
Implements IBlank(Of ParentT), IInUpdate(Of ParentT), IWithAttach(Of ParentT), IWithDestinationAddressOrSecurityGroup(Of ParentT), IWithDestinationPort(Of ParentT), IWithDirectionAccess(Of ParentT), IWithProtocol(Of ParentT), IWithSourceAddressOrSecurityGroup(Of ParentT), IWithSourcePort(Of ParentT)

型パラメーター

ParentT

最終的な UpdateDefinitionStages.WithAttach.attach() の戻り値の型。

実装

メソッド

AllowInbound()

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

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

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

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

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

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

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

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

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

(継承元 IWithDirectionAccess<ParentT>)
FromAddress(String)

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

(継承元 IWithSourceAddressOrSecurityGroup<ParentT>)
FromAddresses(String[])

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

(継承元 IWithSourceAddressOrSecurityGroup<ParentT>)
FromAnyAddress()

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

(継承元 IWithSourceAddressOrSecurityGroup<ParentT>)
FromAnyPort()

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

(継承元 IWithSourcePort<ParentT>)
FromPort(Int32)

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

(継承元 IWithSourcePort<ParentT>)
FromPortRange(Int32, Int32)

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

(継承元 IWithSourcePort<ParentT>)
FromPortRanges(String[])

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

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

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

(継承元 IWithDestinationAddressOrSecurityGroup<ParentT>)
ToAddresses(String[])

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

(継承元 IWithDestinationAddressOrSecurityGroup<ParentT>)
ToAnyAddress()

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

(継承元 IWithDestinationAddressOrSecurityGroup<ParentT>)
ToAnyPort()

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

(継承元 IWithDestinationPort<ParentT>)
ToPort(Int32)

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

(継承元 IWithDestinationPort<ParentT>)
ToPortRange(Int32, Int32)

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

(継承元 IWithDestinationPort<ParentT>)
ToPortRanges(String[])

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

(継承元 IWithDestinationPort<ParentT>)
WithAnyProtocol()

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

(継承元 IWithProtocol<ParentT>)
WithDescription(String)

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

(継承元 IWithAttach<ParentT>)
WithDestinationApplicationSecurityGroup(String)

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

(継承元 IWithDestinationAddressOrSecurityGroup<ParentT>)
WithPriority(Int32)

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

(継承元 IWithAttach<ParentT>)
WithProtocol(SecurityRuleProtocol)

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

(継承元 IWithProtocol<ParentT>)
WithSourceApplicationSecurityGroup(String)

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

(継承元 IWithSourceAddressOrSecurityGroup<ParentT>)

適用対象