insights.azure.com/v1api20171001
APIVersion
Value | Description |
---|---|
“2017-10-01” |
PricingPlan
Generator information: - Generated from: /applicationinsights/resource-manager/Microsoft.Insights/preview/2017-10-01/componentFeaturesAndPricing_API.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/pricingPlans/current
Used by: PricingPlanList.
Property | Description | Type |
---|---|---|
metav1.TypeMeta | ||
metav1.ObjectMeta | ||
spec | PricingPlan_Spec Optional |
|
status | PricingPlan_STATUS Optional |
PricingPlan_Spec
Property | Description | Type |
---|---|---|
cap | Daily data volume cap in GB. | float64 Optional |
operatorSpec | The specification for configuring operator behavior. This field is interpreted by the operator and not passed directly to Azure | PricingPlanOperatorSpec Optional |
owner | The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a reference to a insights.azure.com/Component resource | genruntime.KnownResourceReference Required |
planType | Pricing Plan Type Name. | string Optional |
stopSendNotificationWhenHitCap | Do not send a notification email when the daily data volume cap is met. | bool Optional |
stopSendNotificationWhenHitThreshold | Reserved, not used for now. | bool Optional |
warningThreshold | Reserved, not used for now. | int Optional |
PricingPlan_STATUS
Property | Description | Type |
---|---|---|
cap | Daily data volume cap in GB. | float64 Optional |
conditions | The observed state of the resource | conditions.Condition[] Optional |
id | Azure resource Id. | string Optional |
maxHistoryCap | Maximum daily data volume cap that the user can set for this component. | float64 Optional |
name | Azure resource name. | string Optional |
planType | Pricing Plan Type Name. | string Optional |
resetHour | Daily data volume cap UTC reset hour. | int Optional |
stopSendNotificationWhenHitCap | Do not send a notification email when the daily data volume cap is met. | bool Optional |
stopSendNotificationWhenHitThreshold | Reserved, not used for now. | bool Optional |
type | Azure resource type. | string Optional |
warningThreshold | Reserved, not used for now. | int Optional |
PricingPlanList
Generator information: - Generated from: /applicationinsights/resource-manager/Microsoft.Insights/preview/2017-10-01/componentFeaturesAndPricing_API.json - ARM URI: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/components/{resourceName}/pricingPlans/current
Property | Description | Type |
---|---|---|
metav1.TypeMeta | ||
metav1.ListMeta | ||
items | PricingPlan[] Optional |
PricingPlan_Spec
Used by: PricingPlan.
Property | Description | Type |
---|---|---|
cap | Daily data volume cap in GB. | float64 Optional |
operatorSpec | The specification for configuring operator behavior. This field is interpreted by the operator and not passed directly to Azure | PricingPlanOperatorSpec Optional |
owner | The owner of the resource. The owner controls where the resource goes when it is deployed. The owner also controls the resources lifecycle. When the owner is deleted the resource will also be deleted. Owner is expected to be a reference to a insights.azure.com/Component resource | genruntime.KnownResourceReference Required |
planType | Pricing Plan Type Name. | string Optional |
stopSendNotificationWhenHitCap | Do not send a notification email when the daily data volume cap is met. | bool Optional |
stopSendNotificationWhenHitThreshold | Reserved, not used for now. | bool Optional |
warningThreshold | Reserved, not used for now. | int Optional |
PricingPlan_STATUS
Used by: PricingPlan.
Property | Description | Type |
---|---|---|
cap | Daily data volume cap in GB. | float64 Optional |
conditions | The observed state of the resource | conditions.Condition[] Optional |
id | Azure resource Id. | string Optional |
maxHistoryCap | Maximum daily data volume cap that the user can set for this component. | float64 Optional |
name | Azure resource name. | string Optional |
planType | Pricing Plan Type Name. | string Optional |
resetHour | Daily data volume cap UTC reset hour. | int Optional |
stopSendNotificationWhenHitCap | Do not send a notification email when the daily data volume cap is met. | bool Optional |
stopSendNotificationWhenHitThreshold | Reserved, not used for now. | bool Optional |
type | Azure resource type. | string Optional |
warningThreshold | Reserved, not used for now. | int Optional |
PricingPlanOperatorSpec
Details for configuring operator behavior. Fields in this struct are interpreted by the operator directly rather than being passed to Azure
Used by: PricingPlan_Spec.
Property | Description | Type |
---|---|---|
configMapExpressions | configures where to place operator written dynamic ConfigMaps (created with CEL expressions). | core.DestinationExpression[] Optional |
secretExpressions | configures where to place operator written dynamic secrets (created with CEL expressions). | core.DestinationExpression[] Optional |