| 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 |
|---|---|
LoadBalancerOutboundRuleProtocol |
OutboundRuleInner.protocol()
Get the protocol property: The protocol for the outbound rule in load balancer.
|
| Modifier and Type | Method and Description |
|---|---|
OutboundRuleInner |
OutboundRuleInner.withProtocol(LoadBalancerOutboundRuleProtocol protocol)
Set the protocol property: The protocol for the outbound rule in load balancer.
|
| Modifier and Type | Field and Description |
|---|---|
static LoadBalancerOutboundRuleProtocol |
LoadBalancerOutboundRuleProtocol.ALL
Static value All for LoadBalancerOutboundRuleProtocol.
|
static LoadBalancerOutboundRuleProtocol |
LoadBalancerOutboundRuleProtocol.TCP
Static value Tcp for LoadBalancerOutboundRuleProtocol.
|
static LoadBalancerOutboundRuleProtocol |
LoadBalancerOutboundRuleProtocol.UDP
Static value Udp for LoadBalancerOutboundRuleProtocol.
|
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerOutboundRuleProtocol |
LoadBalancerOutboundRuleProtocol.fromString(String name)
Creates or finds a LoadBalancerOutboundRuleProtocol from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.