Uses of Class
com.azure.resourcemanager.network.models.NetworkSecurityRulesEvaluationResult
Packages that use NetworkSecurityRulesEvaluationResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkSecurityRulesEvaluationResult in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return NetworkSecurityRulesEvaluationResultModifier and TypeMethodDescriptionNetworkSecurityRulesEvaluationResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkSecurityRulesEvaluationResult from the JsonReader.NetworkSecurityRulesEvaluationResult.withDestinationMatched(Boolean destinationMatched) Set the destinationMatched property: Value indicating whether destination is matched.NetworkSecurityRulesEvaluationResult.withDestinationPortMatched(Boolean destinationPortMatched) Set the destinationPortMatched property: Value indicating whether destination port is matched.Set the name property: Name of the network security rule.NetworkSecurityRulesEvaluationResult.withProtocolMatched(Boolean protocolMatched) Set the protocolMatched property: Value indicating whether protocol is matched.NetworkSecurityRulesEvaluationResult.withSourceMatched(Boolean sourceMatched) Set the sourceMatched property: Value indicating whether source is matched.NetworkSecurityRulesEvaluationResult.withSourcePortMatched(Boolean sourcePortMatched) Set the sourcePortMatched property: Value indicating whether source port is matched.Methods in com.azure.resourcemanager.network.models that return types with arguments of type NetworkSecurityRulesEvaluationResultModifier and TypeMethodDescriptionEvaluatedNetworkSecurityGroup.rulesEvaluationResult()Get the rulesEvaluationResult property: List of network security rules evaluation results.