ArmPlan Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. models. ArmPlan
- com.
Implements
public final class ArmPlan
implements JsonSerializable<ArmPlan>
The plan object in Azure Resource Manager, represents a marketplace plan.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Arm |
fromJson(JsonReader jsonReader)
Reads an instance of Arm |
| String |
name()
Get the name property: The name. |
| String |
product()
Get the product property: The product. |
| String |
promotionCode()
Get the promotion |
| String |
publisher()
Get the publisher property: The publisher. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
| String |
version()
Get the version property: Version of product. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static ArmPlan fromJson(JsonReader jsonReader)
Reads an instance of ArmPlan from the JsonReader.
Parameters:
Returns:
Throws:
name
public String name()
Get the name property: The name.
Returns:
product
public String product()
Get the product property: The product.
Returns:
promotionCode
public String promotionCode()
Get the promotionCode property: The promotion code.
Returns:
publisher
public String publisher()
Get the publisher property: The publisher.
Returns:
toJson
validate
public void validate()
Validates the instance.
version
public String version()
Get the version property: Version of product.
Returns: