EvaluatedNetworkSecurityGroup Class
- java.
lang. Object - com.
azure. resourcemanager. network. models. EvaluatedNetworkSecurityGroup
- com.
Implements
public final class EvaluatedNetworkSecurityGroup
implements JsonSerializable<EvaluatedNetworkSecurityGroup>
Results of network security group evaluation.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| String |
appliedTo()
Get the applied |
|
static
Evaluated |
fromJson(JsonReader jsonReader)
Reads an instance of Evaluated |
|
Matched |
matchedRule()
Get the matched |
| String |
networkSecurityGroupId()
Get the network |
|
List<Network |
rulesEvaluationResult()
Get the rules |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
appliedTo
public String appliedTo()
Get the appliedTo property: Resource ID of nic or subnet to which network security group is applied.
Returns:
fromJson
public static EvaluatedNetworkSecurityGroup fromJson(JsonReader jsonReader)
Reads an instance of EvaluatedNetworkSecurityGroup from the JsonReader.
Parameters:
Returns:
Throws:
matchedRule
public MatchedRule matchedRule()
Get the matchedRule property: Matched network security rule.
Returns:
networkSecurityGroupId
public String networkSecurityGroupId()
Get the networkSecurityGroupId property: Network security group ID.
Returns:
rulesEvaluationResult
public List<NetworkSecurityRulesEvaluationResult> rulesEvaluationResult()
Get the rulesEvaluationResult property: List of network security rules evaluation results.
Returns:
toJson
validate
public void validate()
Validates the instance.