次の方法で共有


NetworkRule コンストラクター

定義

オーバーロード

NetworkRule()

NetworkRule クラスの新しいインスタンスを初期化します。

NetworkRule(String, String, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>)

NetworkRule クラスの新しいインスタンスを初期化します。

NetworkRule()

NetworkRule クラスの新しいインスタンスを初期化します。

public NetworkRule ();
Public Sub New ()

適用対象

NetworkRule(String, String, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>, IList<String>)

NetworkRule クラスの新しいインスタンスを初期化します。

public NetworkRule (string name = default, string description = default, System.Collections.Generic.IList<string> ipProtocols = default, System.Collections.Generic.IList<string> sourceAddresses = default, System.Collections.Generic.IList<string> destinationAddresses = default, System.Collections.Generic.IList<string> destinationPorts = default, System.Collections.Generic.IList<string> sourceIpGroups = default, System.Collections.Generic.IList<string> destinationIpGroups = default, System.Collections.Generic.IList<string> destinationFqdns = default);
new Microsoft.Azure.Management.Network.Models.NetworkRule : string * string * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> -> Microsoft.Azure.Management.Network.Models.NetworkRule
Public Sub New (Optional name As String = Nothing, Optional description As String = Nothing, Optional ipProtocols As IList(Of String) = Nothing, Optional sourceAddresses As IList(Of String) = Nothing, Optional destinationAddresses As IList(Of String) = Nothing, Optional destinationPorts As IList(Of String) = Nothing, Optional sourceIpGroups As IList(Of String) = Nothing, Optional destinationIpGroups As IList(Of String) = Nothing, Optional destinationFqdns As IList(Of String) = Nothing)

パラメーター

name
String

ルールの名前。

description
String

ルールの説明。

ipProtocols
IList<String>

FirewallPolicyRuleNetworkProtocols の配列。

sourceAddresses
IList<String>

この規則のソース IP アドレスの一覧。

destinationAddresses
IList<String>

宛先 IP アドレスまたはサービス タグの一覧。

destinationPorts
IList<String>

宛先ポートの一覧。

sourceIpGroups
IList<String>

この規則のソース IpGroups の一覧。

destinationIpGroups
IList<String>

この規則の宛先 IpGroups の一覧。

destinationFqdns
IList<String>

宛先 FQDN の一覧。

適用対象