ApplicationInsightsComponentPricingPlan Class

An Application Insights component pricing plan.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.applicationinsights.v2017_10_01.models._models_py3.Resource
ApplicationInsightsComponentPricingPlan

Constructor

ApplicationInsightsComponentPricingPlan(*, plan_type: Optional[str] = None, cap: Optional[float] = None, warning_threshold: Optional[int] = None, stop_send_notification_when_hit_threshold: Optional[bool] = None, stop_send_notification_when_hit_cap: Optional[bool] = None, **kwargs)

Parameters

plan_type
str
Required

Pricing Plan Type Name.

cap
float
Required

Daily data volume cap in GB.

warning_threshold
int
Required

Reserved, not used for now.

stop_send_notification_when_hit_threshold
bool
Required

Reserved, not used for now.

stop_send_notification_when_hit_cap
bool
Required

Do not send a notification email when the daily data volume cap is met.

Variables

id
str

Azure resource Id.

name
str

Azure resource name.

type
str

Azure resource type.

reset_hour
int

Daily data volume cap UTC reset hour.

max_history_cap
float

Maximum daily data volume cap that the user can set for this component.