Uses of Class
com.microsoft.azure.management.network.NetworkSecurityRulesEvaluationResult
Packages that use NetworkSecurityRulesEvaluationResult
Package
Description
This package contains the classes for NetworkManagementClient.
-
Uses of NetworkSecurityRulesEvaluationResult in com.microsoft.azure.management.network
Methods in com.microsoft.azure.management.network that return NetworkSecurityRulesEvaluationResultModifier and TypeMethodDescriptionNetworkSecurityRulesEvaluationResult.withDestinationMatched
(Boolean destinationMatched) Set value indicating whether destination is matched.NetworkSecurityRulesEvaluationResult.withDestinationPortMatched
(Boolean destinationPortMatched) Set value indicating whether destination port is matched.Set name of the network security rule.NetworkSecurityRulesEvaluationResult.withProtocolMatched
(Boolean protocolMatched) Set value indicating whether protocol is matched.NetworkSecurityRulesEvaluationResult.withSourceMatched
(Boolean sourceMatched) Set value indicating whether source is matched.NetworkSecurityRulesEvaluationResult.withSourcePortMatched
(Boolean sourcePortMatched) Set value indicating whether source port is matched.Methods in com.microsoft.azure.management.network that return types with arguments of type NetworkSecurityRulesEvaluationResultModifier and TypeMethodDescriptionEvaluatedNetworkSecurityGroup.rulesEvaluationResult()
Get list of network security rules evaluation results.