次の方法で共有


NetworkAccessControlEntry クラス

ネットワーク アクセス制御エントリ。

継承
azure.mgmt.web._serialization.Model
NetworkAccessControlEntry

コンストラクター

NetworkAccessControlEntry(*, action: str | _models.AccessControlEntryAction | None = None, description: str | None = None, order: int | None = None, remote_subnet: str | None = None, **kwargs: Any)

キーワードのみのパラメーター

名前 説明
action

Action オブジェクト。 既知の値は、"Permit" と "Deny" です。

description
str

ネットワーク アクセス制御エントリの説明。

order
int

優先順位。

remote_subnet
str

リモート サブネット。

変数

名前 説明
action

Action オブジェクト。 既知の値は、"Permit" と "Deny" です。

description
str

ネットワーク アクセス制御エントリの説明。

order
int

優先順位。

remote_subnet
str

リモート サブネット。