EnterpriseDetails Interface

public interface EnterpriseDetails

An immutable client-side representation of EnterpriseDetails.

Method Summary

Modifier and Type Method and Description
abstract EnterpriseDetailsInner innerModel()

Gets the inner com.azure.resourcemanager.dashboard.fluent.models.EnterpriseDetailsInner object.

abstract MarketplaceTrialQuota marketplaceTrialQuota()

Gets the marketplaceTrialQuota property: The allocation details of the per subscription free trial slot of the subscription.

abstract SaasSubscriptionDetails saasSubscriptionDetails()

Gets the saasSubscriptionDetails property: SaaS subscription details of a Grafana instance.

Method Details

innerModel

public abstract EnterpriseDetailsInner innerModel()

Gets the inner com.azure.resourcemanager.dashboard.fluent.models.EnterpriseDetailsInner object.

Returns:

the inner object.

marketplaceTrialQuota

public abstract MarketplaceTrialQuota marketplaceTrialQuota()

Gets the marketplaceTrialQuota property: The allocation details of the per subscription free trial slot of the subscription.

Returns:

the marketplaceTrialQuota value.

saasSubscriptionDetails

public abstract SaasSubscriptionDetails saasSubscriptionDetails()

Gets the saasSubscriptionDetails property: SaaS subscription details of a Grafana instance.

Returns:

the saasSubscriptionDetails value.

Applies to