| Modifier and Type | Method and Description |
|---|---|
ImagePurchasePlan |
GalleryImage.purchasePlan() |
ImagePurchasePlan |
ImagePurchasePlan.withName(String name)
Set the plan ID.
|
ImagePurchasePlan |
ImagePurchasePlan.withProduct(String product)
Set the product ID.
|
ImagePurchasePlan |
ImagePurchasePlan.withPublisher(String publisher)
Set the publisher ID.
|
| Modifier and Type | Method and Description |
|---|---|
GalleryImage.DefinitionStages.WithCreate |
GalleryImage.DefinitionStages.WithPurchasePlan.withPurchasePlan(ImagePurchasePlan purchasePlan)
Specifies purchase plan for this image.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/