Uses of Class
com.azure.resourcemanager.network.models.VirtualNetworkDdosProtectionStatusResult
Packages that use VirtualNetworkDdosProtectionStatusResult
Package
Description
Package containing the data models for NetworkManagementClient.
-
Uses of VirtualNetworkDdosProtectionStatusResult in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return VirtualNetworkDdosProtectionStatusResultModifier and TypeMethodDescriptionVirtualNetworkDdosProtectionStatusResult.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of VirtualNetworkDdosProtectionStatusResult from the JsonReader.VirtualNetworkDdosProtectionStatusResult.withNextLink(String nextLink) Set the nextLink property: The URL to get the next set of results.VirtualNetworkDdosProtectionStatusResult.withValue(List<PublicIpDdosProtectionStatusResultInner> value) Set the value property: The Ddos Protection Status Result for each public ip under a virtual network.