| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static DdosSettingsProtectionCoverage |
DdosSettingsProtectionCoverage.BASIC
Static value Basic for DdosSettingsProtectionCoverage.
|
static DdosSettingsProtectionCoverage |
DdosSettingsProtectionCoverage.STANDARD
Static value Standard for DdosSettingsProtectionCoverage.
|
| Modifier and Type | Method and Description |
|---|---|
static DdosSettingsProtectionCoverage |
DdosSettingsProtectionCoverage.fromString(String name)
Creates or finds a DdosSettingsProtectionCoverage from its string representation.
|
DdosSettingsProtectionCoverage |
DdosSettings.protectionCoverage()
Get the DDoS protection policy customizability of the public IP.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<DdosSettingsProtectionCoverage> |
DdosSettingsProtectionCoverage.values() |
| Modifier and Type | Method and Description |
|---|---|
DdosSettings |
DdosSettings.withProtectionCoverage(DdosSettingsProtectionCoverage protectionCoverage)
Set the DDoS protection policy customizability of the public IP.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/