次の方法で共有


ApplicationInsightsComponent.DefinitionStages.WithRequestSource Interface

public static interface ApplicationInsightsComponent.DefinitionStages.WithRequestSource

The stage of the ApplicationInsightsComponent definition allowing to specify requestSource.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withRequestSource(RequestSource requestSource)

Specifies the requestSource property: Describes what tool created this Application Insights component.

Method Details

withRequestSource

public abstract ApplicationInsightsComponent.DefinitionStages.WithCreate withRequestSource(RequestSource requestSource)

Specifies the requestSource property: Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'..

Parameters:

requestSource - Describes what tool created this Application Insights component. Customers using this API should set this to the default 'rest'.

Returns:

the next definition stage.

Applies to