PurchasePlan Class
- java.
lang. Object - com.
microsoft. azure. management. compute. PurchasePlan
- com.
public class PurchasePlan
Used for establishing the purchase context of any 3rd Party artifact through MarketPlace.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
name()
Get the name value. |
String |
product()
Get the product value. |
String |
publisher()
Get the publisher value. |
Purchase |
withName(String name)
Set the name value. |
Purchase |
withProduct(String product)
Set the product value. |
Purchase |
withPublisher(String publisher)
Set the publisher value. |
Method Details
name
public String name()
Get the name value.
Returns:
product
public String product()
Get the product value.
Returns:
publisher
public String publisher()
Get the publisher value.
Returns:
withName
public PurchasePlan withName(String name)
Set the name value.
Parameters:
Returns:
withProduct
public PurchasePlan withProduct(String product)
Set the product value.
Parameters:
Returns:
withPublisher
public PurchasePlan withPublisher(String publisher)
Set the publisher value.
Parameters:
Returns:
Applies to
Azure SDK for Java