Uses of Class
com.azure.resourcemanager.network.models.AzureFirewallListResult
Packages that use AzureFirewallListResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of AzureFirewallListResult in com.azure.resourcemanager.network.models
Classes in com.azure.resourcemanager.network.models that implement interfaces with type arguments of type AzureFirewallListResultModifier and TypeClassDescriptionfinal classResponse for ListAzureFirewalls API service call.Methods in com.azure.resourcemanager.network.models that return AzureFirewallListResultModifier and TypeMethodDescriptionstatic AzureFirewallListResultAzureFirewallListResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AzureFirewallListResult from the JsonReader.AzureFirewallListResult.withNextLink(String nextLink) Set the nextLink property: URL to get the next set of results.AzureFirewallListResult.withValue(List<AzureFirewallInner> value) Set the value property: List of Azure Firewalls in a resource group.