次の方法で共有


InboundSecurityRules コンストラクター

定義

オーバーロード

InboundSecurityRules()

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

InboundSecurityRules(String, String, Nullable<Int32>)

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

InboundSecurityRules()

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

public InboundSecurityRules ();
Public Sub New ()

適用対象

InboundSecurityRules(String, String, Nullable<Int32>)

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

public InboundSecurityRules (string protocol = default, string sourceAddressPrefix = default, int? destinationPortRange = default);
new Microsoft.Azure.Management.Network.Models.InboundSecurityRules : string * string * Nullable<int> -> Microsoft.Azure.Management.Network.Models.InboundSecurityRules
Public Sub New (Optional protocol As String = Nothing, Optional sourceAddressPrefix As String = Nothing, Optional destinationPortRange As Nullable(Of Integer) = Nothing)

パラメーター

protocol
String

[Protocol]\(プロトコル\)。 これは TCP または UDP のいずれかである必要があります。 使用可能な値は次のとおりです: 'TCP'、'UDP'

sourceAddressPrefix
String

CIDR またはソース IP 範囲。 /30、/31、/32 の IP 範囲のみが許可されます。

destinationPortRange
Nullable<Int32>

NVA ポート範囲を開きます。 特定のポートを指定する必要があります。

適用対象