Interface ManagedEnvironment.DefinitionStages.WithDaprAIInstrumentationKey

All Known Subinterfaces:
ManagedEnvironment.Definition, ManagedEnvironment.DefinitionStages.WithCreate
Enclosing interface:
ManagedEnvironment.DefinitionStages

public static interface ManagedEnvironment.DefinitionStages.WithDaprAIInstrumentationKey
The stage of the ManagedEnvironment definition allowing to specify daprAIInstrumentationKey.
  • Method Details

    • withDaprAIInstrumentationKey

      ManagedEnvironment.DefinitionStages.WithCreate withDaprAIInstrumentationKey(String daprAIInstrumentationKey)
      Specifies the daprAIInstrumentationKey property: Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry.
      Parameters:
      daprAIInstrumentationKey - Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry.
      Returns:
      the next definition stage.