Workspace.DefinitionStages.WithApplicationInsights Interface

public static interface Workspace.DefinitionStages.WithApplicationInsights

The stage of the Workspace definition allowing to specify applicationInsights.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withApplicationInsights(String applicationInsights)

Specifies the applicationInsights property: ARM id of the application insights associated with this workspace.

Method Details

withApplicationInsights

public abstract Workspace.DefinitionStages.WithCreate withApplicationInsights(String applicationInsights)

Specifies the applicationInsights property: ARM id of the application insights associated with this workspace. This cannot be changed once the workspace has been created.

Parameters:

applicationInsights - ARM id of the application insights associated with this workspace. This cannot be changed once the workspace has been created.

Returns:

the next definition stage.

Applies to