AdminRule コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
AdminRule() |
AdminRule クラスの新しいインスタンスを初期化します。 |
AdminRule(String, String, Int32, String, String, String, String, String, SystemData, String, IList<AddressPrefixItem>, IList<AddressPrefixItem>, IList<String>, IList<String>, String) |
AdminRule クラスの新しいインスタンスを初期化します。 |
AdminRule()
AdminRule クラスの新しいインスタンスを初期化します。
public AdminRule ();
Public Sub New ()
適用対象
AdminRule(String, String, Int32, String, String, String, String, String, SystemData, String, IList<AddressPrefixItem>, IList<AddressPrefixItem>, IList<String>, IList<String>, String)
AdminRule クラスの新しいインスタンスを初期化します。
public AdminRule (string protocol, string access, int priority, string direction, string id = default, string name = default, string type = default, string etag = default, Microsoft.Azure.Management.Network.Models.SystemData systemData = default, string description = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AddressPrefixItem> sources = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AddressPrefixItem> destinations = default, System.Collections.Generic.IList<string> sourcePortRanges = default, System.Collections.Generic.IList<string> destinationPortRanges = default, string provisioningState = default);
new Microsoft.Azure.Management.Network.Models.AdminRule : string * string * int * string * string * string * string * string * Microsoft.Azure.Management.Network.Models.SystemData * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AddressPrefixItem> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.AddressPrefixItem> * System.Collections.Generic.IList<string> * System.Collections.Generic.IList<string> * string -> Microsoft.Azure.Management.Network.Models.AdminRule
Public Sub New (protocol As String, access As String, priority As Integer, direction As String, Optional id As String = Nothing, Optional name As String = Nothing, Optional type As String = Nothing, Optional etag As String = Nothing, Optional systemData As SystemData = Nothing, Optional description As String = Nothing, Optional sources As IList(Of AddressPrefixItem) = Nothing, Optional destinations As IList(Of AddressPrefixItem) = Nothing, Optional sourcePortRanges As IList(Of String) = Nothing, Optional destinationPortRanges As IList(Of String) = Nothing, Optional provisioningState As String = Nothing)
パラメーター
- protocol
- String
この規則が適用されるネットワーク プロトコル。 指定できる値は、'Tcp'、'Udp'、'Icmp'、'Esp'、'Any'、'Ah' です。
- access
- String
この特定のルールに対して許可されているアクセス権を示します。 使用可能な値は、'Allow'、'Deny'、'AlwaysAllow' です。
- priority
- Int32
ルールの優先度。 値は 1 ~ 4096 です。 優先度番号は、コレクション内のルールごとに一意である必要があります。 優先度番号が低いほど、規則の優先度が高くなります。
- direction
- String
トラフィックが受信または送信のルールと一致したかどうかを示します。 指定できる値は、'Inbound'、'Outbound' です。
- id
- String
リソースの ID
- name
- String
リソース名。
- type
- String
リソースの種類。
- etag
- String
リソースが更新されるたびに変更される一意の読み取り専用文字列。
- systemData
- SystemData
このリソースに関連するシステム メタデータ。
- description
- String
この規則の説明。 140 文字に制限されています。
- sources
- IList<AddressPrefixItem>
CIDR またはソース IP 範囲。
- destinations
- IList<AddressPrefixItem>
宛先アドレス プレフィックス。 CIDR または宛先 IP 範囲。
- provisioningState
- String
リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
適用対象
Azure SDK for .NET