Uses of Class
com.azure.resourcemanager.network.fluent.models.PublicIpDdosProtectionStatusResultInner
Packages that use PublicIpDdosProtectionStatusResultInner
Package
Description
Package containing the service clients for NetworkManagementClient.
Package containing the inner data models for NetworkManagementClient.
Package containing the data models for NetworkManagementClient.
-
Uses of PublicIpDdosProtectionStatusResultInner in com.azure.resourcemanager.network.fluent
Methods in com.azure.resourcemanager.network.fluent that return PublicIpDdosProtectionStatusResultInnerModifier and TypeMethodDescriptionPublicIpAddressesClient.ddosProtectionStatus(String resourceGroupName, String publicIpAddressName) Gets the Ddos Protection Status of a Public IP Address.PublicIpAddressesClient.ddosProtectionStatus(String resourceGroupName, String publicIpAddressName, com.azure.core.util.Context context) Gets the Ddos Protection Status of a Public IP Address.Methods in com.azure.resourcemanager.network.fluent that return types with arguments of type PublicIpDdosProtectionStatusResultInnerModifier and TypeMethodDescriptioncom.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpDdosProtectionStatusResultInner>, PublicIpDdosProtectionStatusResultInner> PublicIpAddressesClient.beginDdosProtectionStatus(String resourceGroupName, String publicIpAddressName) Gets the Ddos Protection Status of a Public IP Address.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpDdosProtectionStatusResultInner>, PublicIpDdosProtectionStatusResultInner> PublicIpAddressesClient.beginDdosProtectionStatus(String resourceGroupName, String publicIpAddressName) Gets the Ddos Protection Status of a Public IP Address.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpDdosProtectionStatusResultInner>, PublicIpDdosProtectionStatusResultInner> PublicIpAddressesClient.beginDdosProtectionStatus(String resourceGroupName, String publicIpAddressName, com.azure.core.util.Context context) Gets the Ddos Protection Status of a Public IP Address.com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<PublicIpDdosProtectionStatusResultInner>, PublicIpDdosProtectionStatusResultInner> PublicIpAddressesClient.beginDdosProtectionStatus(String resourceGroupName, String publicIpAddressName, com.azure.core.util.Context context) Gets the Ddos Protection Status of a Public IP Address.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PublicIpDdosProtectionStatusResultInner>, PublicIpDdosProtectionStatusResultInner> PublicIpAddressesClient.beginDdosProtectionStatusAsync(String resourceGroupName, String publicIpAddressName) Gets the Ddos Protection Status of a Public IP Address.com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<PublicIpDdosProtectionStatusResultInner>, PublicIpDdosProtectionStatusResultInner> PublicIpAddressesClient.beginDdosProtectionStatusAsync(String resourceGroupName, String publicIpAddressName) Gets the Ddos Protection Status of a Public IP Address.PublicIpAddressesClient.ddosProtectionStatusAsync(String resourceGroupName, String publicIpAddressName) Gets the Ddos Protection Status of a Public IP Address.com.azure.core.http.rest.PagedIterable<PublicIpDdosProtectionStatusResultInner> VirtualNetworksClient.listDdosProtectionStatus(String resourceGroupName, String virtualNetworkName) Gets the Ddos Protection Status of all IP Addresses under the Virtual Network.com.azure.core.http.rest.PagedIterable<PublicIpDdosProtectionStatusResultInner> VirtualNetworksClient.listDdosProtectionStatus(String resourceGroupName, String virtualNetworkName, Integer top, String skipToken, com.azure.core.util.Context context) Gets the Ddos Protection Status of all IP Addresses under the Virtual Network.com.azure.core.http.rest.PagedFlux<PublicIpDdosProtectionStatusResultInner> VirtualNetworksClient.listDdosProtectionStatusAsync(String resourceGroupName, String virtualNetworkName) Gets the Ddos Protection Status of all IP Addresses under the Virtual Network.com.azure.core.http.rest.PagedFlux<PublicIpDdosProtectionStatusResultInner> VirtualNetworksClient.listDdosProtectionStatusAsync(String resourceGroupName, String virtualNetworkName, Integer top, String skipToken) Gets the Ddos Protection Status of all IP Addresses under the Virtual Network. -
Uses of PublicIpDdosProtectionStatusResultInner in com.azure.resourcemanager.network.fluent.models
Methods in com.azure.resourcemanager.network.fluent.models that return PublicIpDdosProtectionStatusResultInnerModifier and TypeMethodDescriptionPublicIpDdosProtectionStatusResultInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PublicIpDdosProtectionStatusResultInner from the JsonReader.PublicIpDdosProtectionStatusResultInner.withDdosProtectionPlanId(String ddosProtectionPlanId) Set the ddosProtectionPlanId property: DDoS protection plan Resource Id of a if IP address is protected through a plan.PublicIpDdosProtectionStatusResultInner.withIsWorkloadProtected(IsWorkloadProtected isWorkloadProtected) Set the isWorkloadProtected property: Value indicating whether the IP address is DDoS workload protected or not.PublicIpDdosProtectionStatusResultInner.withPublicIpAddress(String publicIpAddress) Set the publicIpAddress property: IP Address of the Public IP Resource.PublicIpDdosProtectionStatusResultInner.withPublicIpAddressId(String publicIpAddressId) Set the publicIpAddressId property: Public IP ARM resource ID. -
Uses of PublicIpDdosProtectionStatusResultInner in com.azure.resourcemanager.network.models
Methods in com.azure.resourcemanager.network.models that return types with arguments of type PublicIpDdosProtectionStatusResultInnerModifier and TypeMethodDescriptionVirtualNetworkDdosProtectionStatusResult.value()Get the value property: The Ddos Protection Status Result for each public ip under a virtual network.Method parameters in com.azure.resourcemanager.network.models with type arguments of type PublicIpDdosProtectionStatusResultInnerModifier and TypeMethodDescriptionVirtualNetworkDdosProtectionStatusResult.withValue(List<PublicIpDdosProtectionStatusResultInner> value) Set the value property: The Ddos Protection Status Result for each public ip under a virtual network.