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