Uses of Class
com.azure.resourcemanager.network.models.AdminRuleCollectionListResult
Packages that use AdminRuleCollectionListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AdminRuleCollectionListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type AdminRuleCollectionListResultModifier and TypeClassDescriptionfinal classSecurity admin configuration rule collection list result.Methods in com.azure.resourcemanager.network.models that return AdminRuleCollectionListResultModifier and TypeMethodDescriptionAdminRuleCollectionListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AdminRuleCollectionListResult from the JsonReader.AdminRuleCollectionListResult.withNextLink(String nextLink) Set the nextLink property: Gets the URL to get the next set of results.AdminRuleCollectionListResult.withValue(List<AdminRuleCollectionInner> value) Set the value property: A list of network manager security admin configuration rule collections.