Interface ManagedEnvironment.UpdateStages.WithDaprAIInstrumentationKey

All Known Subinterfaces:
ManagedEnvironment.Update
Enclosing interface:
ManagedEnvironment.UpdateStages

public static interface ManagedEnvironment.UpdateStages.WithDaprAIInstrumentationKey
The stage of the ManagedEnvironment update allowing to specify daprAIInstrumentationKey.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDaprAIInstrumentationKey(String daprAIInstrumentationKey)
    Specifies the daprAIInstrumentationKey property: Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry.
  • Method Details

    • withDaprAIInstrumentationKey

      ManagedEnvironment.Update 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.