azure.mgmt.applicationinsights.v2017_10_01.models module

class azure.mgmt.applicationinsights.v2017_10_01.models.ApplicationInsightsComponentPricingPlan(*, plan_type: str | None = None, cap: float | None = None, warning_threshold: int | None = None, stop_send_notification_when_hit_threshold: bool | None = None, stop_send_notification_when_hit_cap: bool | None = None, **kwargs: Any)[source]

Bases: Resource

An Application Insights component pricing plan.

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

Variables:
  • id (str) – Azure resource Id.

  • name (str) – Azure resource name.

  • type (str) – Azure resource type.

  • plan_type (str) – Pricing Plan Type Name.

  • cap (float) – Daily data volume cap in GB.

  • reset_hour (int) – Daily data volume cap UTC reset hour.

  • warning_threshold (int) – Reserved, not used for now.

  • stop_send_notification_when_hit_threshold (bool) – Reserved, not used for now.

  • stop_send_notification_when_hit_cap (bool) – Do not send a notification email when the daily data volume cap is met.

  • max_history_cap (float) – Maximum daily data volume cap that the user can set for this component.

Keyword Arguments:
  • plan_type (str) – Pricing Plan Type Name.

  • cap (float) – Daily data volume cap in GB.

  • warning_threshold (int) – Reserved, not used for now.

  • stop_send_notification_when_hit_threshold (bool) – Reserved, not used for now.

  • stop_send_notification_when_hit_cap (bool) – Do not send a notification email when the daily data volume cap is met.

class azure.mgmt.applicationinsights.v2017_10_01.models.CloudErrorBody(*, code: str | None = None, message: str | None = None, target: str | None = None, details: List[_models.CloudErrorBody] | None = None, **kwargs: Any)[source]

Bases: Model

An error response from the Batch service.

Variables:
  • code (str) – An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

  • message (str) – A message describing the error, intended to be suitable for display in a user interface.

  • target (str) – The target of the particular error. For example, the name of the property in error.

  • details (list[CloudErrorBody]) – A list of additional details about the error.

Keyword Arguments:
  • code (str) – An identifier for the error. Codes are invariant and are intended to be consumed programmatically.

  • message (str) – A message describing the error, intended to be suitable for display in a user interface.

  • target (str) – The target of the particular error. For example, the name of the property in error.

  • details (list[CloudErrorBody]) – A list of additional details about the error.

class azure.mgmt.applicationinsights.v2017_10_01.models.EASubscriptionMigrationDate(*, is_grand_fatherable_subscription: bool | None = None, opted_in_date: datetime | None = None, **kwargs: Any)[source]

Bases: Model

Subscription migrate date information properties.

Variables:
  • is_grand_fatherable_subscription (bool) – Is subscription in the grand fatherable subscription list.

  • opted_in_date (datetime) – Time to start using new pricing model.

Keyword Arguments:
  • is_grand_fatherable_subscription (bool) – Is subscription in the grand fatherable subscription list.

  • opted_in_date (datetime) – Time to start using new pricing model.

class azure.mgmt.applicationinsights.v2017_10_01.models.Resource(**kwargs: Any)[source]

Bases: Model

An Azure resource.

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

Variables:
  • id (str) – Azure resource Id.

  • name (str) – Azure resource name.

  • type (str) – Azure resource type.