AdminPropertiesFormatOutput interface
セキュリティ管理者ルール リソース。
プロパティ
| access | この特定の規則に対して許可されるアクセスを示します |
| description | このルールの説明。 140 文字に制限されます。 |
| destination |
宛先ポートの範囲。 |
| destinations | 宛先アドレス プレフィックス。 CIDR または宛先 IP 範囲。 |
| direction | トラフィックが受信または送信のルールと一致したかどうかを示します。 |
| priority | ルールの優先順位。 値は 1 から 4096 の間で指定できます。 優先順位番号は、コレクション内の各ルールで一意である必要があります。 優先度の数値が小さいと、ルールの優先度が高くなります。 |
| protocol | この規則が適用されるネットワーク プロトコル。 |
| provisioning |
リソースのプロビジョニング状態。 |
| source |
ソース ポートの範囲。 |
| sources | CIDR またはソース IP 範囲。 |
プロパティの詳細
access
この特定の規則に対して許可されるアクセスを示します
access: "Allow" | "Deny" | "AlwaysAllow"
プロパティ値
"Allow" | "Deny" | "AlwaysAllow"
description
このルールの説明。 140 文字に制限されます。
description?: string
プロパティ値
string
destinationPortRanges
宛先ポートの範囲。
destinationPortRanges?: string[]
プロパティ値
string[]
destinations
宛先アドレス プレフィックス。 CIDR または宛先 IP 範囲。
destinations?: AddressPrefixItemOutput[]
プロパティ値
direction
トラフィックが受信または送信のルールと一致したかどうかを示します。
direction: "Inbound" | "Outbound"
プロパティ値
"Inbound" | "Outbound"
priority
ルールの優先順位。 値は 1 から 4096 の間で指定できます。 優先順位番号は、コレクション内の各ルールで一意である必要があります。 優先度の数値が小さいと、ルールの優先度が高くなります。
priority: number
プロパティ値
number
protocol
この規則が適用されるネットワーク プロトコル。
protocol: "Tcp" | "Udp" | "Icmp" | "Esp" | "Ah" | "Any"
プロパティ値
"Tcp" | "Udp" | "Icmp" | "Esp" | "Ah" | "Any"
provisioningState
リソースのプロビジョニング状態。
provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"
プロパティ値
"Succeeded" | "Updating" | "Deleting" | "Failed"
sourcePortRanges
ソース ポートの範囲。
sourcePortRanges?: string[]
プロパティ値
string[]