@Beta(value=V1_15_0)
public static interface GalleryImage.DefinitionStages.WithPurchasePlan
Modifier and Type | Method and Description |
---|---|
GalleryImage.DefinitionStages.WithCreate |
withPurchasePlan(ImagePurchasePlan purchasePlan)
Specifies purchase plan for this image.
|
GalleryImage.DefinitionStages.WithCreate |
withPurchasePlan(String name,
String publisher,
String product)
Specifies purchase plan for this image.
|
@Beta(value=V1_15_0) GalleryImage.DefinitionStages.WithCreate withPurchasePlan(String name, String publisher, String product)
name
- plan namepublisher
- publisher nameproduct
- product name@Beta(value=V1_15_0) GalleryImage.DefinitionStages.WithCreate withPurchasePlan(ImagePurchasePlan purchasePlan)
purchasePlan
- the purchase planCopyright © 2019. All rights reserved.