| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| 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 loadBalancerSku property: The load balancer sku for the managed cluster.
|
| Modifier and Type | Method and Description |
|---|---|
ContainerServiceNetworkProfile |
ContainerServiceNetworkProfile.withLoadBalancerSku(LoadBalancerSku loadBalancerSku)
Set the loadBalancerSku property: The load balancer sku for the managed cluster.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.