EnterpriseConfigurations Class
- java.
lang. Object - com.
azure. resourcemanager. dashboard. models. EnterpriseConfigurations
- com.
Implements
public final class EnterpriseConfigurations
implements JsonSerializable<EnterpriseConfigurations>
Enterprise settings of a Grafana instance.
Constructor Summary
| Constructor | Description |
|---|---|
| EnterpriseConfigurations() |
Creates an instance of Enterprise |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Enterprise |
fromJson(JsonReader jsonReader)
Reads an instance of Enterprise |
|
Marketplace |
marketplaceAutoRenew()
Get the marketplace |
| String |
marketplacePlanId()
Get the marketplace |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Enterprise |
withMarketplaceAutoRenew(MarketplaceAutoRenew marketplaceAutoRenew)
Set the marketplace |
|
Enterprise |
withMarketplacePlanId(String marketplacePlanId)
Set the marketplace |
Methods inherited from java.lang.Object
Constructor Details
EnterpriseConfigurations
public EnterpriseConfigurations()
Creates an instance of EnterpriseConfigurations class.
Method Details
fromJson
public static EnterpriseConfigurations fromJson(JsonReader jsonReader)
Reads an instance of EnterpriseConfigurations from the JsonReader.
Parameters:
Returns:
Throws:
marketplaceAutoRenew
public MarketplaceAutoRenew marketplaceAutoRenew()
Get the marketplaceAutoRenew property: The AutoRenew setting of the Enterprise subscription.
Returns:
marketplacePlanId
public String marketplacePlanId()
Get the marketplacePlanId property: The Plan Id of the Azure Marketplace subscription for the Enterprise plugins.
Returns:
toJson
withMarketplaceAutoRenew
public EnterpriseConfigurations withMarketplaceAutoRenew(MarketplaceAutoRenew marketplaceAutoRenew)
Set the marketplaceAutoRenew property: The AutoRenew setting of the Enterprise subscription.
Parameters:
Returns:
withMarketplacePlanId
public EnterpriseConfigurations withMarketplacePlanId(String marketplacePlanId)
Set the marketplacePlanId property: The Plan Id of the Azure Marketplace subscription for the Enterprise plugins.
Parameters:
Returns: