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.WithSkuThe stage of the load balancer definition allowing to specify SKU.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LoadBalancer.DefinitionStages.WithCreatewithSku(LoadBalancerSkuType skuType)Specifies the SKU for the load balancer.
-
-
-
Method Detail
-
withSku
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
-
-