SaasSubscriptionDetails Class
- java.
lang. Object - com.
azure. resourcemanager. dashboard. models. SaasSubscriptionDetails
- com.
Implements
public final class SaasSubscriptionDetails
implements JsonSerializable<SaasSubscriptionDetails>
SaaS subscription details of a Grafana instance.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Saas |
fromJson(JsonReader jsonReader)
Reads an instance of Saas |
| String |
offerId()
Get the offer |
| String |
planId()
Get the plan |
| String |
publisherId()
Get the publisher |
|
Subscription |
term()
Get the term property: The billing term of the SaaS Subscription. |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static SaasSubscriptionDetails fromJson(JsonReader jsonReader)
Reads an instance of SaasSubscriptionDetails from the JsonReader.
Parameters:
Returns:
Throws:
offerId
public String offerId()
Get the offerId property: The offer Id of the SaaS subscription.
Returns:
planId
public String planId()
Get the planId property: The plan Id of the SaaS subscription.
Returns:
publisherId
public String publisherId()
Get the publisherId property: The publisher Id of the SaaS subscription.
Returns:
term
public SubscriptionTerm term()
Get the term property: The billing term of the SaaS Subscription.
Returns: