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