| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
NetworkSecurityRulesEvaluationResult |
NetworkSecurityRulesEvaluationResult.withDestinationMatched(Boolean destinationMatched)
Set value indicating whether destination is matched.
|
NetworkSecurityRulesEvaluationResult |
NetworkSecurityRulesEvaluationResult.withDestinationPortMatched(Boolean destinationPortMatched)
Set value indicating whether destination port is matched.
|
NetworkSecurityRulesEvaluationResult |
NetworkSecurityRulesEvaluationResult.withName(String name)
Set name of the network security rule.
|
NetworkSecurityRulesEvaluationResult |
NetworkSecurityRulesEvaluationResult.withProtocolMatched(Boolean protocolMatched)
Set value indicating whether protocol is matched.
|
NetworkSecurityRulesEvaluationResult |
NetworkSecurityRulesEvaluationResult.withSourceMatched(Boolean sourceMatched)
Set value indicating whether source is matched.
|
NetworkSecurityRulesEvaluationResult |
NetworkSecurityRulesEvaluationResult.withSourcePortMatched(Boolean sourcePortMatched)
Set value indicating whether source port is matched.
|
| Modifier and Type | Method and Description |
|---|---|
List<NetworkSecurityRulesEvaluationResult> |
EvaluatedNetworkSecurityGroup.rulesEvaluationResult()
Get list of network security rules evaluation results.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/