Uses of Class
com.azure.resourcemanager.containerservice.models.LoadBalancerSku
Packages that use LoadBalancerSku
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of LoadBalancerSku in com.azure.resourcemanager.containerservice.models
Fields in com.azure.resourcemanager.containerservice.models declared as LoadBalancerSkuModifier and TypeFieldDescriptionstatic final LoadBalancerSkuLoadBalancerSku.BASICStatic value basic for LoadBalancerSku.static final LoadBalancerSkuLoadBalancerSku.STANDARDStatic value standard for LoadBalancerSku.Methods in com.azure.resourcemanager.containerservice.models that return LoadBalancerSkuModifier and TypeMethodDescriptionstatic LoadBalancerSkuLoadBalancerSku.fromString(String name) Creates or finds a LoadBalancerSku from its string representation.ContainerServiceNetworkProfile.loadBalancerSku()Get the loadBalancerSku property: The load balancer sku for the managed cluster.Methods in com.azure.resourcemanager.containerservice.models that return types with arguments of type LoadBalancerSkuModifier and TypeMethodDescriptionstatic Collection<LoadBalancerSku>LoadBalancerSku.values()Gets known LoadBalancerSku values.Methods in com.azure.resourcemanager.containerservice.models with parameters of type LoadBalancerSkuModifier and TypeMethodDescriptionContainerServiceNetworkProfile.withLoadBalancerSku(LoadBalancerSku loadBalancerSku) Set the loadBalancerSku property: The load balancer sku for the managed cluster.KubernetesCluster.DefinitionStages.NetworkProfileDefinitionStages.WithLoadBalancerProfile.withLoadBalancerSku(LoadBalancerSku loadBalancerSku) Specifies the load balancer SKU.