Interface LoadBalancer.DefinitionStages.WithSku
- All Known Subinterfaces:
LoadBalancer.Definition,LoadBalancer.DefinitionStages.WithCreate,LoadBalancer.DefinitionStages.WithCreateAndInboundNatPool,LoadBalancer.DefinitionStages.WithCreateAndInboundNatRule,LoadBalancer.DefinitionStages.WithCreateAndNatChoice,LoadBalancer.DefinitionStages.WithCreateAndOutboundRule,LoadBalancer.DefinitionStages.WithLBRuleOrNatOrCreate
- Enclosing interface:
- LoadBalancer.DefinitionStages
public static interface LoadBalancer.DefinitionStages.WithSku
The stage of the load balancer definition allowing to specify SKU.
-
Method Summary
Modifier and TypeMethodDescriptionwithSku(LoadBalancerSkuType skuType) Specifies the SKU for the load balancer.
-
Method Details
-
withSku
Specifies the SKU for the load balancer.- Parameters:
skuType- the SKU type- Returns:
- the next stage of the definition
-