Interface AvailabilitySet.UpdateStages.WithSku
- All Known Subinterfaces:
AvailabilitySet.Update
- Enclosing interface:
- AvailabilitySet.UpdateStages
public static interface AvailabilitySet.UpdateStages.WithSku
The stage of the availability set definition allowing to specify SKU.
-
Method Summary
Modifier and TypeMethodDescriptionwithSku
(AvailabilitySetSkuTypes skuType) Specifies the SKU type for the availability set.
-
Method Details
-
withSku
Specifies the SKU type for the availability set.- Parameters:
skuType
- the SKU type- Returns:
- the next stage of the definition
-