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