| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static OutboundType |
OutboundType.LOAD_BALANCER
Static value loadBalancer for OutboundType.
|
static OutboundType |
OutboundType.USER_DEFINED_ROUTING
Static value userDefinedRouting for OutboundType.
|
| Modifier and Type | Method and Description |
|---|---|
static OutboundType |
OutboundType.fromString(String name)
Creates or finds a OutboundType from its string representation.
|
OutboundType |
ContainerServiceNetworkProfile.outboundType()
Get the outboundType property: The outbound (egress) routing method.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withOutboundType(OutboundType outboundType)
Set the outboundType property: The outbound (egress) routing method.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.