| Package | Description |
|---|---|
| com.azure.resourcemanager.network.fluent.models |
Package containing the inner data models for NetworkManagementClient.
|
| com.azure.resourcemanager.network.models |
Package containing the data models for NetworkManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
TransportProtocol |
LoadBalancingRuleInner.protocol()
Get the protocol property: The reference to the transport protocol used by the load balancing rule.
|
TransportProtocol |
InboundNatRuleInner.protocol()
Get the protocol property: The reference to the transport protocol used by the load balancing rule.
|
| Modifier and Type | Method and Description |
|---|---|
LoadBalancingRuleInner |
LoadBalancingRuleInner.withProtocol(TransportProtocol protocol)
Set the protocol property: The reference to the transport protocol used by the load balancing rule.
|
InboundNatRuleInner |
InboundNatRuleInner.withProtocol(TransportProtocol protocol)
Set the protocol property: The reference to the transport protocol used by the load balancing rule.
|
| 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 protocol property: The reference to the transport protocol used by the inbound NAT pool.
|
| Modifier and Type | Method and Description |
|---|---|
InboundNatPool |
InboundNatPool.withProtocol(TransportProtocol protocol)
Set the protocol property: The reference to the transport protocol used by the inbound NAT pool.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.