| Package | Description |
|---|---|
| com.microsoft.azure.management.network |
This package contains the classes for NetworkManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static TransportProtocol |
TransportProtocol.ALL
Static value All for TransportProtocol.
|
static TransportProtocol |
TransportProtocol.TCP
Static value Tcp for TransportProtocol.
|
static TransportProtocol |
TransportProtocol.UDP
Static value Udp for TransportProtocol.
|
| Modifier and Type | Method and Description |
|---|---|
static TransportProtocol |
TransportProtocol.fromString(String name)
Creates or finds a TransportProtocol from its string representation.
|
TransportProtocol |
InboundNatPool.protocol()
Get the reference to the transport protocol used by the inbound NAT pool.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<TransportProtocol> |
TransportProtocol.values() |
| Modifier and Type | Method and Description |
|---|---|
InboundNatPool |
InboundNatPool.withProtocol(TransportProtocol protocol)
Set the reference to the transport protocol used by the inbound NAT pool.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/