Interface GalleryImage.DefinitionStages.WithPurchasePlan
- All Known Subinterfaces:
GalleryImage.Definition
,GalleryImage.DefinitionStages.WithCreate
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithPurchasePlan
The stage of the gallery image definition allowing to specify purchase plan.
-
Method Summary
Modifier and TypeMethodDescriptionwithPurchasePlan
(ImagePurchasePlan purchasePlan) Specifies purchase plan for this image.withPurchasePlan
(String name, String publisher, String product) Specifies purchase plan for this image.
-
Method Details
-
withPurchasePlan
GalleryImage.DefinitionStages.WithCreate withPurchasePlan(String name, String publisher, String product) Specifies purchase plan for this image.- Parameters:
name
- plan namepublisher
- publisher nameproduct
- product name- Returns:
- the next definition stage
-
withPurchasePlan
Specifies purchase plan for this image.- Parameters:
purchasePlan
- the purchase plan- Returns:
- the next definition stage
-