Interface GenericResource.UpdateStages.WithSku
-
- All Known Subinterfaces:
GenericResource.Update
- Enclosing interface:
- GenericResource.UpdateStages
public static interface GenericResource.UpdateStages.WithSkuThe template for a generic resource update operation for specifying the resource SKU.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GenericResource.UpdatewithSku(Sku sku)Specifies resource SKU.
-
-
-
Method Detail
-
withSku
GenericResource.Update withSku(Sku sku)
Specifies resource SKU.- Parameters:
sku- the SKU of the resource- Returns:
- the next stage of generic resource update
-
-