Interface ApplicationInsightsComponent.DefinitionStages.WithForceCustomerStorageForProfiler
- All Known Subinterfaces:
ApplicationInsightsComponent.Definition,ApplicationInsightsComponent.DefinitionStages.WithCreate
- Enclosing interface:
- ApplicationInsightsComponent.DefinitionStages
public static interface ApplicationInsightsComponent.DefinitionStages.WithForceCustomerStorageForProfiler
The stage of the ApplicationInsightsComponent definition allowing to specify forceCustomerStorageForProfiler.
-
Method Summary
Modifier and TypeMethodDescriptionwithForceCustomerStorageForProfiler(Boolean forceCustomerStorageForProfiler) Specifies the forceCustomerStorageForProfiler property: Force users to create their own storage account for profiler and debugger..
-
Method Details
-
withForceCustomerStorageForProfiler
ApplicationInsightsComponent.DefinitionStages.WithCreate withForceCustomerStorageForProfiler(Boolean forceCustomerStorageForProfiler) Specifies the forceCustomerStorageForProfiler property: Force users to create their own storage account for profiler and debugger..- Parameters:
forceCustomerStorageForProfiler- Force users to create their own storage account for profiler and debugger.- Returns:
- the next definition stage.
-