Uses of Class
com.microsoft.azure.management.containerservice.LoadBalancerSku
Packages that use LoadBalancerSku
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of LoadBalancerSku in com.microsoft.azure.management.containerservice
Fields in com.microsoft.azure.management.containerservice declared as LoadBalancerSkuModifier and TypeFieldDescriptionstatic final LoadBalancerSku
LoadBalancerSku.BASIC
Static value basic for LoadBalancerSku.static final LoadBalancerSku
LoadBalancerSku.STANDARD
Static value standard for LoadBalancerSku.Methods in com.microsoft.azure.management.containerservice that return LoadBalancerSkuModifier 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.Methods in com.microsoft.azure.management.containerservice that return types with arguments of type LoadBalancerSkuMethods in com.microsoft.azure.management.containerservice with parameters of type LoadBalancerSkuModifier and TypeMethodDescriptionContainerServiceNetworkProfile.withLoadBalancerSku
(LoadBalancerSku loadBalancerSku) Set the load balancer sku for the managed cluster.