Interface GalleryImage.DefinitionStages.WithPurchasePlan
-
- All Known Subinterfaces:
GalleryImage.Definition,GalleryImage.DefinitionStages.WithCreate
- Enclosing interface:
- GalleryImage.DefinitionStages
public static interface GalleryImage.DefinitionStages.WithPurchasePlanThe stage of the gallery image definition allowing to specify purchase plan.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GalleryImage.DefinitionStages.WithCreatewithPurchasePlan(ImagePurchasePlan purchasePlan)Specifies purchase plan for this image.GalleryImage.DefinitionStages.WithCreatewithPurchasePlan(String name, String publisher, String product)Specifies purchase plan for this image.
-
-
-
Method Detail
-
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
GalleryImage.DefinitionStages.WithCreate withPurchasePlan(ImagePurchasePlan purchasePlan)
Specifies purchase plan for this image.- Parameters:
purchasePlan- the purchase plan- Returns:
- the next definition stage
-
-