public class DdosSettings extends Object
| Constructor and Description |
|---|
DdosSettings() |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.SubResource |
ddosCustomPolicy()
Get the DDoS custom policy associated with the public IP.
|
DdosSettingsProtectionCoverage |
protectionCoverage()
Get the DDoS protection policy customizability of the public IP.
|
DdosSettings |
withDdosCustomPolicy(com.microsoft.azure.SubResource ddosCustomPolicy)
Set the DDoS custom policy associated with the public IP.
|
DdosSettings |
withProtectionCoverage(DdosSettingsProtectionCoverage protectionCoverage)
Set the DDoS protection policy customizability of the public IP.
|
public com.microsoft.azure.SubResource ddosCustomPolicy()
public DdosSettings withDdosCustomPolicy(com.microsoft.azure.SubResource ddosCustomPolicy)
ddosCustomPolicy - the ddosCustomPolicy value to setpublic DdosSettingsProtectionCoverage protectionCoverage()
public DdosSettings withProtectionCoverage(DdosSettingsProtectionCoverage protectionCoverage)
protectionCoverage - the protectionCoverage value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/