| Modifier and Type | Field and Description |
|---|---|
static LoadBalancerSku |
LoadBalancerSku.BASIC
Static value basic for LoadBalancerSku.
|
static LoadBalancerSku |
LoadBalancerSku.STANDARD
Static value standard for LoadBalancerSku.
|
| Modifier and Type | Method and Description |
|---|---|
static LoadBalancerSku |
LoadBalancerSku.fromString(String name)
Creates or finds a LoadBalancerSku from its string representation.
|
LoadBalancerSku |
ContainerServiceNetworkProfile.loadBalancerSku()
Get the load balancer sku for the managed cluster.
|
| Modifier and Type | Method and Description |
|---|---|
static Collection<LoadBalancerSku> |
LoadBalancerSku.values() |
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withLoadBalancerSku(LoadBalancerSku loadBalancerSku)
Set the load balancer sku for the managed cluster.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/