ProactiveDetectionConfigurations class
Klasse die een ProactieveDetectionConfigurations vertegenwoordigt.
Constructors
| Proactive |
Maak een ProactieveDetectionConfigurations. |
Methoden
Constructordetails
ProactiveDetectionConfigurations(ApplicationInsightsManagementClientContext)
Maak een ProactieveDetectionConfigurations.
new ProactiveDetectionConfigurations(client: ApplicationInsightsManagementClientContext)
Parameters
Verwijzing naar de serviceclient.
Methodedetails
get(string, string, string, RequestOptionsBase)
Haal de proactieve configuratie voor deze configuratie-id op.
function get(resourceGroupName: string, resourceName: string, configurationId: string, options?: RequestOptionsBase): Promise<ProactiveDetectionConfigurationsGetResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- configurationId
-
string
De configuratie-id van ProactiveDetection. Dit is uniek binnen een Application Insights-onderdeel.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Beloof<Models.ProactiveDetectionConfigurationsGetResponse>
get(string, string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
function get(resourceGroupName: string, resourceName: string, configurationId: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- configurationId
-
string
De configuratie-id van ProactiveDetection. Dit is uniek binnen een Application Insights-onderdeel.
- options
- RequestOptionsBase
De optionele parameters
De callback
get(string, string, string, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
function get(resourceGroupName: string, resourceName: string, configurationId: string, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- configurationId
-
string
De configuratie-id van ProactiveDetection. Dit is uniek binnen een Application Insights-onderdeel.
De callback
list(string, string, RequestOptionsBase)
Hiermee haalt u een lijst op met proactieve configuraties van een Application Insights-onderdeel.
function list(resourceGroupName: string, resourceName: string, options?: RequestOptionsBase): Promise<ProactiveDetectionConfigurationsListResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Beloof<Models.ProactiveDetectionConfigurationsListResponse>
list(string, string, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)
function list(resourceGroupName: string, resourceName: string, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- options
- RequestOptionsBase
De optionele parameters
De callback
list(string, string, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)
function list(resourceGroupName: string, resourceName: string, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration[]>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
De callback
update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, RequestOptionsBase)
Werk de proactieve configuratie voor deze configuratie-id bij.
function update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, options?: RequestOptionsBase): Promise<ProactiveDetectionConfigurationsUpdateResponse>
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- configurationId
-
string
De configuratie-id van ProactiveDetection. Dit is uniek binnen een Application Insights-onderdeel.
- proactiveDetectionProperties
- ApplicationInsightsComponentProactiveDetectionConfiguration
Eigenschappen die moeten worden opgegeven om de ProactieveDetection-configuratie bij te werken.
- options
- RequestOptionsBase
De optionele parameters
Retouren
Beloof<Models.ProactiveDetectionConfigurationsUpdateResponse>
update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, RequestOptionsBase, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
function update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, options: RequestOptionsBase, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- configurationId
-
string
De configuratie-id van ProactiveDetection. Dit is uniek binnen een Application Insights-onderdeel.
- proactiveDetectionProperties
- ApplicationInsightsComponentProactiveDetectionConfiguration
Eigenschappen die moeten worden opgegeven om de ProactieveDetection-configuratie bij te werken.
- options
- RequestOptionsBase
De optionele parameters
De callback
update(string, string, string, ApplicationInsightsComponentProactiveDetectionConfiguration, ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
function update(resourceGroupName: string, resourceName: string, configurationId: string, proactiveDetectionProperties: ApplicationInsightsComponentProactiveDetectionConfiguration, callback: ServiceCallback<ApplicationInsightsComponentProactiveDetectionConfiguration>)
Parameters
- resourceGroupName
-
string
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig.
- resourceName
-
string
De naam van de Application Insights-onderdeelresource.
- configurationId
-
string
De configuratie-id van ProactiveDetection. Dit is uniek binnen een Application Insights-onderdeel.
- proactiveDetectionProperties
- ApplicationInsightsComponentProactiveDetectionConfiguration
Eigenschappen die moeten worden opgegeven om de ProactieveDetection-configuratie bij te werken.
De callback