Uses of Class
com.microsoft.azure.management.containerservice.LoadBalancerSku
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of LoadBalancerSku in com.microsoft.azure.management.containerservice
Modifier and TypeFieldDescriptionstatic final LoadBalancerSku
LoadBalancerSku.BASIC
Static value basic for LoadBalancerSku.static final LoadBalancerSku
LoadBalancerSku.STANDARD
Static value standard for LoadBalancerSku.Modifier and TypeMethodDescriptionstatic LoadBalancerSku
LoadBalancerSku.fromString
(String name) Creates or finds a LoadBalancerSku from its string representation.ContainerServiceNetworkProfile.loadBalancerSku()
Get the load balancer sku for the managed cluster.Modifier and TypeMethodDescriptionContainerServiceNetworkProfile.withLoadBalancerSku
(LoadBalancerSku loadBalancerSku) Set the load balancer sku for the managed cluster.