Interface AvailabilitySet.UpdateStages.WithSku
-
- All Known Subinterfaces:
AvailabilitySet.Update
- Enclosing interface:
- AvailabilitySet.UpdateStages
public static interface AvailabilitySet.UpdateStages.WithSkuThe stage of the availability set definition allowing to specify SKU.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AvailabilitySet.UpdatewithSku(AvailabilitySetSkuTypes skuType)Specifies the SKU type for the availability set.
-
-
-
Method Detail
-
withSku
AvailabilitySet.Update withSku(AvailabilitySetSkuTypes skuType)
Specifies the SKU type for the availability set.- Parameters:
skuType- the SKU type- Returns:
- the next stage of the definition
-
-