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