Uses of Class
com.azure.resourcemanager.network.models.NetworkSecurityGroupListResult
Packages that use NetworkSecurityGroupListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of NetworkSecurityGroupListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type NetworkSecurityGroupListResultModifier and TypeClassDescriptionfinal classResponse for ListNetworkSecurityGroups API service call.Methods in com.azure.resourcemanager.network.models that return NetworkSecurityGroupListResultModifier and TypeMethodDescriptionNetworkSecurityGroupListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of NetworkSecurityGroupListResult from the JsonReader.NetworkSecurityGroupListResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.NetworkSecurityGroupListResult.withValue(List<NetworkSecurityGroupInner> value) Set the value property: A list of NetworkSecurityGroup resources.