LoadBalancer.DefinitionStages.WithSku Interface

public interface WithSku

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

Method Summary

Modifier and Type Method and Description
LoadBalancer.DefinitionStages.WithCreate withSku(LoadBalancerSkuType skuType)

Specifies the SKU for the load balancer.

Method Details

withSku

public 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