ProactiveDetectionConfigurationsOperationsExtensions.Update Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Atualize a configuração ProactiveDetection para essa ID de configuração.
public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfiguration Update(this Microsoft.Azure.Management.ApplicationInsights.Management.IProactiveDetectionConfigurationsOperations operations, string resourceGroupName, string resourceName, string configurationId, Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfiguration proactiveDetectionProperties);
static member Update : Microsoft.Azure.Management.ApplicationInsights.Management.IProactiveDetectionConfigurationsOperations * string * string * string * Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfiguration -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ApplicationInsightsComponentProactiveDetectionConfiguration
<Extension()>
Public Function Update (operations As IProactiveDetectionConfigurationsOperations, resourceGroupName As String, resourceName As String, configurationId As String, proactiveDetectionProperties As ApplicationInsightsComponentProactiveDetectionConfiguration) As ApplicationInsightsComponentProactiveDetectionConfiguration
Parâmetros
- operations
- IProactiveDetectionConfigurationsOperations
O grupo de operações para esse método de extensão.
- resourceGroupName
- String
O nome do grupo de recursos. O nome diferencia maiúsculas de minúsculas.
- resourceName
- String
O nome do recurso de componente do Application Insights.
- configurationId
- String
A ID de configuração ProactiveDetection. Isso é exclusivo em um componente do Application Insights.
- proactiveDetectionProperties
- ApplicationInsightsComponentProactiveDetectionConfiguration
Propriedades que precisam ser especificadas para atualizar a configuração ProactiveDetection.
Retornos
Aplica-se a
Azure SDK for .NET