Uses of Class
com.azure.resourcemanager.network.models.SecurityRuleListResult
Packages that use SecurityRuleListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of SecurityRuleListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type SecurityRuleListResultModifier and TypeClassDescriptionfinal classResponse for ListSecurityRule API service call.Methods in com.azure.resourcemanager.network.models that return SecurityRuleListResultModifier and TypeMethodDescriptionstatic SecurityRuleListResultSecurityRuleListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SecurityRuleListResult from the JsonReader.SecurityRuleListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.SecurityRuleListResult.withValue(List<SecurityRuleInner> value) Set the value property: The security rules in a network security group.