次の方法で共有


EffectiveDefaultSecurityAdminRule コンストラクター

定義

オーバーロード

EffectiveDefaultSecurityAdminRule()

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

EffectiveDefaultSecurityAdminRule(String, String, String, IList<NetworkManagerSecurityGroupItem>, IList<ConfigurationGroup>, String, String, String, IList<AddressPrefixItem>, IList<AddressPrefixItem>, IList<String>, IList<String>, String, Nullable<Int32>, String, String)

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

EffectiveDefaultSecurityAdminRule()

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

public EffectiveDefaultSecurityAdminRule ();
Public Sub New ()

適用対象

EffectiveDefaultSecurityAdminRule(String, String, String, IList<NetworkManagerSecurityGroupItem>, IList<ConfigurationGroup>, String, String, String, IList<AddressPrefixItem>, IList<AddressPrefixItem>, IList<String>, IList<String>, String, Nullable<Int32>, String, String)

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

public EffectiveDefaultSecurityAdminRule (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, string flag = default, string protocol = 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 access = default, int? priority = default, string direction = default, string provisioningState = default);
new Microsoft.Azure.Management.Network.Models.EffectiveDefaultSecurityAdminRule : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.NetworkManagerSecurityGroupItem> * System.Collections.Generic.IList<Microsoft.Azure.Management.Network.Models.ConfigurationGroup> * string * string * 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 * Nullable<int> * string * string -> Microsoft.Azure.Management.Network.Models.EffectiveDefaultSecurityAdminRule
Public Sub New (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 flag As String = Nothing, Optional protocol 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 access As String = Nothing, Optional priority As Nullable(Of Integer) = Nothing, Optional direction As String = Nothing, Optional provisioningState As String = Nothing)

パラメーター

id
String

リソースの ID

configurationDescription
String

セキュリティ管理者の構成の説明。

ruleCollectionDescription
String

ルール コレクションの説明。

ruleCollectionAppliesToGroups
IList<NetworkManagerSecurityGroupItem>

ルールコレクションのグループ

ruleGroups
IList<ConfigurationGroup>

有効な構成グループ。

description
String

この規則の説明。 140 文字に制限されています。

flag
String

既定のルール フラグ。

protocol
String

この規則が適用されるネットワーク プロトコル。 使用できる値は、'Tcp'、'Udp'、'Icmp'、'Esp'、'Any'、'Ah' です。

sources
IList<AddressPrefixItem>

CIDR またはソース IP 範囲。

destinations
IList<AddressPrefixItem>

宛先アドレス プレフィックス。 CIDR または宛先 IP 範囲。

sourcePortRanges
IList<String>

ソース ポートの範囲。

destinationPortRanges
IList<String>

宛先ポート範囲。

access
String

この特定のルールに対して許可されるアクセスを示します。 使用可能な値には、'Allow'、'Deny'、'AlwaysAllow' などがあります。

priority
Nullable<Int32>

ルールの優先度。 値は 1 から 4096 の間で指定できます。 優先度番号は、コレクション内のルールごとに一意である必要があります。 優先度番号が低いほど、規則の優先度が高くなります。

direction
String

トラフィックが受信または送信のルールと一致するかどうかを示します。 使用できる値は、'Inbound'、'Outbound' です。

provisioningState
String

リソースのプロビジョニング状態。 使用可能な値には、'Succeeded'、'Updating'、'Deleting'、'Failed' などがあります。

適用対象