Class ImagePurchasePlan
java.lang.Object
com.microsoft.azure.management.compute.ImagePurchasePlan
Describes the gallery Image Definition purchase plan. This is used by
marketplace images.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionname()
Get the plan ID.product()
Get the product ID.Get the publisher ID.Set the plan ID.withProduct
(String product) Set the product ID.withPublisher
(String publisher) Set the publisher ID.
-
Constructor Details
-
ImagePurchasePlan
public ImagePurchasePlan()
-
-
Method Details
-
name
Get the plan ID.- Returns:
- the name value
-
withName
Set the plan ID.- Parameters:
name
- the name value to set- Returns:
- the ImagePurchasePlan object itself.
-
publisher
Get the publisher ID.- Returns:
- the publisher value
-
withPublisher
Set the publisher ID.- Parameters:
publisher
- the publisher value to set- Returns:
- the ImagePurchasePlan object itself.
-
product
Get the product ID.- Returns:
- the product value
-
withProduct
Set the product ID.- Parameters:
product
- the product value to set- Returns:
- the ImagePurchasePlan object itself.
-