ProactiveDetectionConfigurationsOperations Class
ProactiveDetectionConfigurationsOperations operations.
You should not instantiate directly this class, but create a Client instance that will create it for you and attach it as attribute.
- Inheritance
-
builtins.objectProactiveDetectionConfigurationsOperations
Constructor
ProactiveDetectionConfigurationsOperations(client, config, serializer, deserializer)
Parameters
- client
Client for service requests.
- config
Configuration of service client.
- serializer
An object model serializer.
- deserializer
An object model deserializer.
Variables
- api_version
The API version to use for this operation. Constant value: "2018-05-01-preview".
Methods
| get |
Get the ProactiveDetection configuration for this configuration id. |
| list |
Gets a list of ProactiveDetection configurations of an Application Insights component. |
| update |
Update the ProactiveDetection configuration for this configuration id. |
get
Get the ProactiveDetection configuration for this configuration id.
get(resource_group_name, resource_name, configuration_id, custom_headers=None, raw=False, **operation_config)
Parameters
- configuration_id
- str
The ProactiveDetection configuration ID. This is unique within a Application Insights component.
- operation_config
Operation configuration overrides.
Returns
ApplicationInsightsComponentProactiveDetectionConfiguration or ClientRawResponse if raw=true
Return type
Exceptions
list
Gets a list of ProactiveDetection configurations of an Application Insights component.
list(resource_group_name, resource_name, custom_headers=None, raw=False, **operation_config)
Parameters
- operation_config
Operation configuration overrides.
Returns
list or ClientRawResponse if raw=true
Return type
Exceptions
update
Update the ProactiveDetection configuration for this configuration id.
update(resource_group_name, resource_name, configuration_id, proactive_detection_properties, custom_headers=None, raw=False, **operation_config)
Parameters
- configuration_id
- str
The ProactiveDetection configuration ID. This is unique within a Application Insights component.
- proactive_detection_properties
- ApplicationInsightsComponentProactiveDetectionConfiguration
Properties that need to be specified to update the ProactiveDetection configuration.
- operation_config
Operation configuration overrides.
Returns
ApplicationInsightsComponentProactiveDetectionConfiguration or ClientRawResponse if raw=true
Return type
Exceptions
Attributes
models
models = <module 'azure.mgmt.applicationinsights.v2018_05_01_preview.models' from 'C:\\hostedtoolcache\\windows\\Python\\3.9.13\\x64\\lib\\site-packages\\azure\\mgmt\\applicationinsights\\v2018_05_01_preview\\models\\__init__.py'>
Feedback
Submit and view feedback for