NetworkSecurityRulesEvaluationResult Class
Network security rules evaluation result.
Constructor
NetworkSecurityRulesEvaluationResult(*, name: str | None = None, protocol_matched: bool | None = None, source_matched: bool | None = None, source_port_matched: bool | None = None, destination_matched: bool | None = None, destination_port_matched: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
name
|
Name of the network security rule. |
protocol_matched
|
Value indicating whether protocol is matched. |
source_matched
|
Value indicating whether source is matched. |
source_port_matched
|
Value indicating whether source port is matched. |
destination_matched
|
Value indicating whether destination is matched. |
destination_port_matched
|
Value indicating whether destination port is matched. |
Variables
Name | Description |
---|---|
name
|
Name of the network security rule. |
protocol_matched
|
Value indicating whether protocol is matched. |
source_matched
|
Value indicating whether source is matched. |
source_port_matched
|
Value indicating whether source port is matched. |
destination_matched
|
Value indicating whether destination is matched. |
destination_port_matched
|
Value indicating whether destination port is matched. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python