EffectiveSecurityAdminRule コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
EffectiveSecurityAdminRule() |
EffectiveSecurityAdminRule クラスの新しいインスタンスを初期化します。 |
EffectiveSecurityAdminRule(String, String, Int32, String, String, String, String, IList<NetworkManagerSecurityGroupItem>, IList<ConfigurationGroup>, String, IList<AddressPrefixItem>, IList<AddressPrefixItem>, IList<String>, IList<String>, String) |
EffectiveSecurityAdminRule クラスの新しいインスタンスを初期化します。 |
EffectiveSecurityAdminRule()
EffectiveSecurityAdminRule クラスの新しいインスタンスを初期化します。
public EffectiveSecurityAdminRule ();
Public Sub New ()
適用対象
EffectiveSecurityAdminRule(String, String, Int32, String, String, String, String, IList<NetworkManagerSecurityGroupItem>, IList<ConfigurationGroup>, String, IList<AddressPrefixItem>, IList<AddressPrefixItem>, IList<String>, IList<String>, String)
EffectiveSecurityAdminRule クラスの新しいインスタンスを初期化します。
public EffectiveSecurityAdminRule (string protocol, string access, int priority, string direction, string id = default, string configurationDescription = default, string ruleCollectionDescription = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkManagerSecurityGroupItem> ruleCollectionAppliesToGroups = default, System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConfigurationGroup> ruleGroups = 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.EffectiveSecurityAdminRule : string * string * int * string * string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkManagerSecurityGroupItem> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConfigurationGroup> * 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.EffectiveSecurityAdminRule
Public Sub New (protocol As String, access As String, priority As Integer, direction As String, Optional id As String = Nothing, Optional configurationDescription As String = Nothing, Optional ruleCollectionDescription As String = Nothing, Optional ruleCollectionAppliesToGroups As IList(Of NetworkManagerSecurityGroupItem) = Nothing, Optional ruleGroups As IList(Of ConfigurationGroup) = 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
- configurationDescription
- String
セキュリティ管理者の構成の説明。
- ruleCollectionDescription
- String
ルール コレクションの説明。
- ruleCollectionAppliesToGroups
- IList<NetworkManagerSecurityGroupItem>
ルール コレクションのグループ
- ruleGroups
- IList<ConfigurationGroup>
有効な構成グループ。
- description
- String
この規則の説明。 140 文字に制限されています。
- sources
- IList<AddressPrefixItem>
CIDR またはソース IP 範囲。
- destinations
- IList<AddressPrefixItem>
宛先アドレス プレフィックス。 CIDR または宛先 IP 範囲。
- provisioningState
- String
リソースのプロビジョニング状態。 指定できる値は、'Succeeded'、'Updating'、'Deleting'、'Failed' です。
適用対象
Azure SDK for .NET