次の方法で共有


EffectiveDefaultSecurityAdminRule クラス

定義

ネットワークの既定の管理ルール。

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("Default")]
public class EffectiveDefaultSecurityAdminRule : Microsoft.Azure.Management.Network.Models.EffectiveBaseSecurityAdminRule
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("Default")>]
type EffectiveDefaultSecurityAdminRule = class
    inherit EffectiveBaseSecurityAdminRule
Public Class EffectiveDefaultSecurityAdminRule
Inherits EffectiveBaseSecurityAdminRule
継承
EffectiveDefaultSecurityAdminRule
属性
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

コンストラクター

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 クラスの新しいインスタンスを初期化します。

プロパティ

Access

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

ConfigurationDescription

セキュリティ管理者の構成の説明を取得または設定します。

(継承元 EffectiveBaseSecurityAdminRule)
Description

このルールの説明を取得します。 140 文字に制限されています。

DestinationPortRanges

宛先ポート範囲を取得します。

Destinations

宛先アドレス プレフィックスを取得します。 CIDR または宛先 IP 範囲。

Direction

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

Flag

既定の規則フラグを取得または設定します。

Id

リソース ID を取得または設定します。

(継承元 EffectiveBaseSecurityAdminRule)
Priority

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

Protocol

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

ProvisioningState

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

RuleCollectionAppliesToGroups

ルール コレクションのグループを取得または設定します

(継承元 EffectiveBaseSecurityAdminRule)
RuleCollectionDescription

ルール コレクションの説明を取得または設定します。

(継承元 EffectiveBaseSecurityAdminRule)
RuleGroups

有効な構成グループを取得または設定します。

(継承元 EffectiveBaseSecurityAdminRule)
SourcePortRanges

ソース ポート範囲を取得します。

Sources

CIDR またはソース IP 範囲を取得します。

適用対象