Uses of Class
com.azure.resourcemanager.network.models.ConnectivityConfigurationListResult
Packages that use ConnectivityConfigurationListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ConnectivityConfigurationListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ConnectivityConfigurationListResultModifier and TypeClassDescriptionfinal classResult of the request to list network manager connectivity configurations.Methods in com.azure.resourcemanager.network.models that return ConnectivityConfigurationListResultModifier and TypeMethodDescriptionConnectivityConfigurationListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ConnectivityConfigurationListResult from the JsonReader.ConnectivityConfigurationListResult.withNextLink(String nextLink) Set the nextLink property: Gets the URL to get the next page of results.ConnectivityConfigurationListResult.withValue(List<ConnectivityConfigurationInner> value) Set the value property: Gets a page of Connectivity Configurations.