Uses of Class
com.azure.resourcemanager.network.models.SubnetListResult
Packages that use SubnetListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of SubnetListResult in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return SubnetListResultModifier and TypeMethodDescriptionstatic SubnetListResultSubnetListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SubnetListResult from the JsonReader.SubnetListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.SubnetListResult.withValue(List<SubnetInner> value) Set the value property: The subnets in a virtual network.