| Package | Description |
|---|---|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRulesEvaluationResult |
NetworkSecurityRulesEvaluationResult.withDestinationMatched(Boolean destinationMatched)
Set the destinationMatched property: Value indicating whether destination is matched.
|
NetworkSecurityRulesEvaluationResult |
NetworkSecurityRulesEvaluationResult.withDestinationPortMatched(Boolean destinationPortMatched)
Set the destinationPortMatched property: Value indicating whether destination port is matched.
|
NetworkSecurityRulesEvaluationResult |
NetworkSecurityRulesEvaluationResult.withName(String name)
Set the name property: Name of the network security rule.
|
NetworkSecurityRulesEvaluationResult |
NetworkSecurityRulesEvaluationResult.withProtocolMatched(Boolean protocolMatched)
Set the protocolMatched property: Value indicating whether protocol is matched.
|
NetworkSecurityRulesEvaluationResult |
NetworkSecurityRulesEvaluationResult.withSourceMatched(Boolean sourceMatched)
Set the sourceMatched property: Value indicating whether source is matched.
|
NetworkSecurityRulesEvaluationResult |
NetworkSecurityRulesEvaluationResult.withSourcePortMatched(Boolean sourcePortMatched)
Set the sourcePortMatched property: Value indicating whether source port is matched.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.