Uses of Class
com.azure.resourcemanager.containerservice.models.LoadBalancerSku
Packages that use LoadBalancerSku
Package
Description
Package containing the data models for ContainerService.
-
Uses of LoadBalancerSku in com.azure.resourcemanager.containerservice.models
Subclasses with type arguments of type LoadBalancerSku in com.azure.resourcemanager.containerservice.modelsModifier and TypeClassDescriptionfinal classThe load balancer sku for the managed cluster.Fields in com.azure.resourcemanager.containerservice.models declared as LoadBalancerSkuModifier and TypeFieldDescriptionstatic final LoadBalancerSkuLoadBalancerSku.BASICUse a basic Load Balancer with limited functionality.static final LoadBalancerSkuLoadBalancerSku.STANDARDUse a a standard Load Balancer.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.