Uses of Class
com.azure.resourcemanager.network.models.NspAccessRuleListResult
Packages that use NspAccessRuleListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NspAccessRuleListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type NspAccessRuleListResultModifier and TypeClassDescriptionfinal classResult of the request to list NSP access rules.Methods in com.azure.resourcemanager.network.models that return NspAccessRuleListResultModifier and TypeMethodDescriptionstatic NspAccessRuleListResultNspAccessRuleListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NspAccessRuleListResult from the JsonReader.NspAccessRuleListResult.withNextLink(String nextLink) Set the nextLink property: Gets the URL to get the next page of results.NspAccessRuleListResult.withValue(List<NspAccessRuleInner> value) Set the value property: Gets a page of NSP access rule.