ManagedEnvironment.UpdateStages.WithAppInsightsConfiguration Interface

public static interface ManagedEnvironment.UpdateStages.WithAppInsightsConfiguration

The stage of the ManagedEnvironment update allowing to specify appInsightsConfiguration.

Method Summary

Modifier and Type Method and Description
abstract Update withAppInsightsConfiguration(AppInsightsConfiguration appInsightsConfiguration)

Specifies the appInsightsConfiguration property: Environment level Application Insights configuration.

Method Details

withAppInsightsConfiguration

public abstract ManagedEnvironment.Update withAppInsightsConfiguration(AppInsightsConfiguration appInsightsConfiguration)

Specifies the appInsightsConfiguration property: Environment level Application Insights configuration.

Parameters:

appInsightsConfiguration - Environment level Application Insights configuration.

Returns:

the next definition stage.

Applies to