Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ApplicationInsightsComponentQuotaStatus

Package version

interface

An interface representing ApplicationInsightsComponentQuotaStatus. An Application Insights component daily data volume cap status

Hierarchy

  • ApplicationInsightsComponentQuotaStatus

Index

Properties

Optional appId

appId: undefined | string
member

{string} [appId] The Application ID for the Application Insights component. NOTE: This property will not be serialized. It can only be populated by the server.

Optional expirationTime

expirationTime: undefined | string
member

{string} [expirationTime] Date and time when the daily data volume cap will be reset, and data ingestion will resume. NOTE: This property will not be serialized. It can only be populated by the server.

Optional shouldBeThrottled

shouldBeThrottled: undefined | false | true
member

{boolean} [shouldBeThrottled] The daily data volume cap is met, and data ingestion will be stopped. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc