EnterpriseDetailsInner Class
- java.
lang. Object - com.
azure. resourcemanager. dashboard. fluent. models. EnterpriseDetailsInner
- com.
Implements
public final class EnterpriseDetailsInner
implements JsonSerializable<EnterpriseDetailsInner>
Enterprise details of a Grafana instance.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Enterprise |
fromJson(JsonReader jsonReader)
Reads an instance of Enterprise |
|
Marketplace |
marketplaceTrialQuota()
Get the marketplace |
|
Saas |
saasSubscriptionDetails()
Get the saas |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static EnterpriseDetailsInner fromJson(JsonReader jsonReader)
Reads an instance of EnterpriseDetailsInner from the JsonReader.
Parameters:
Returns:
Throws:
marketplaceTrialQuota
public MarketplaceTrialQuota marketplaceTrialQuota()
Get the marketplaceTrialQuota property: The allocation details of the per subscription free trial slot of the subscription.
Returns:
saasSubscriptionDetails
public SaasSubscriptionDetails saasSubscriptionDetails()
Get the saasSubscriptionDetails property: SaaS subscription details of a Grafana instance.
Returns:
toJson
validate
public void validate()
Validates the instance.