| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static DdosCustomPolicyProtocol |
DdosCustomPolicyProtocol.SYN
Static value Syn for DdosCustomPolicyProtocol.
|
static DdosCustomPolicyProtocol |
DdosCustomPolicyProtocol.TCP
Static value Tcp for DdosCustomPolicyProtocol.
|
static DdosCustomPolicyProtocol |
DdosCustomPolicyProtocol.UDP
Static value Udp for DdosCustomPolicyProtocol.
|
| Modifier and Type | Method and Description |
|---|---|
static DdosCustomPolicyProtocol |
DdosCustomPolicyProtocol.fromString(String name)
Creates or finds a DdosCustomPolicyProtocol from its string representation.
|
DdosCustomPolicyProtocol |
ProtocolCustomSettingsFormat.protocol()
Get the protocol for which the DDoS protection policy is being customized.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<DdosCustomPolicyProtocol> |
DdosCustomPolicyProtocol.values() |
| Modifier and Type | Method and Description |
|---|---|
ProtocolCustomSettingsFormat |
ProtocolCustomSettingsFormat.withProtocol(DdosCustomPolicyProtocol protocol)
Set the protocol for which the DDoS protection policy is being customized.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/