Uses of Class
com.azure.resourcemanager.network.models.ScopeConnectionListResult
Packages that use ScopeConnectionListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of ScopeConnectionListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type ScopeConnectionListResultModifier and TypeClassDescriptionfinal classList of scope connections.Methods in com.azure.resourcemanager.network.models that return ScopeConnectionListResultModifier and TypeMethodDescriptionstatic ScopeConnectionListResultScopeConnectionListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ScopeConnectionListResult from the JsonReader.ScopeConnectionListResult.withNextLink(String nextLink) Set the nextLink property: Gets the URL to get the next page of results.ScopeConnectionListResult.withValue(List<ScopeConnectionInner> value) Set the value property: List of scope connections.