MarketplaceTrialQuota Class
- java.
lang. Object - com.
azure. resourcemanager. dashboard. models. MarketplaceTrialQuota
- com.
Implements
public final class MarketplaceTrialQuota
implements JsonSerializable<MarketplaceTrialQuota>
The allocation details of the per subscription free trial slot of the subscription.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
Available |
availablePromotion()
Get the available |
|
static
Marketplace |
fromJson(JsonReader jsonReader)
Reads an instance of Marketplace |
| String |
grafanaResourceId()
Get the grafana |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Offset |
trialEndAt()
Get the trial |
|
Offset |
trialStartAt()
Get the trial |
Methods inherited from java.lang.Object
Method Details
availablePromotion
public AvailablePromotion availablePromotion()
Get the availablePromotion property: Available enterprise promotion for the subscription.
Returns:
fromJson
public static MarketplaceTrialQuota fromJson(JsonReader jsonReader)
Reads an instance of MarketplaceTrialQuota from the JsonReader.
Parameters:
Returns:
Throws:
grafanaResourceId
public String grafanaResourceId()
Get the grafanaResourceId property: Resource Id of the Grafana resource which is doing the trial.
Returns:
toJson
trialEndAt
public OffsetDateTime trialEndAt()
Get the trialEndAt property: The date and time in UTC of when the trial ends.
Returns:
trialStartAt
public OffsetDateTime trialStartAt()
Get the trialStartAt property: The date and time in UTC of when the trial starts.
Returns: