Uses of Class
com.azure.resourcemanager.network.models.AdminRuleListResult
Packages that use AdminRuleListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AdminRuleListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type AdminRuleListResultModifier and TypeClassDescriptionfinal classsecurity configuration admin rule list result.Methods in com.azure.resourcemanager.network.models that return AdminRuleListResultModifier and TypeMethodDescriptionstatic AdminRuleListResultAdminRuleListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AdminRuleListResult from the JsonReader.AdminRuleListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.AdminRuleListResult.withValue(List<BaseAdminRuleInner> value) Set the value property: A list of admin rules.