Get Component Current Billing Feature Result
data class GetComponentCurrentBillingFeatureResult(val currentBillingFeatures: List<String>? = null, val dataVolumeCap: ApplicationInsightsComponentDataVolumeCapResponse? = null)
An Application Insights component billing features
Constructors
Link copied to clipboard
constructor(currentBillingFeatures: List<String>? = null, dataVolumeCap: ApplicationInsightsComponentDataVolumeCapResponse? = null)