LoadBalancer.DefinitionStages.WithSku Interface

public static interface LoadBalancer.DefinitionStages.WithSku

The stage of the load balancer definition allowing to specify SKU.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withSku(LoadBalancerSkuType skuType)

Specifies the SKU for the load balancer.

Method Details

withSku

public abstract LoadBalancer.DefinitionStages.WithCreate withSku(LoadBalancerSkuType skuType)

Specifies the SKU for the load balancer.

Parameters:

skuType - the SKU type

Returns:

the next stage of the definition

Applies to