Interface ConnectedEnvironment.UpdateStages.WithDaprAIConnectionString

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

public static interface ConnectedEnvironment.UpdateStages.WithDaprAIConnectionString
The stage of the ConnectedEnvironment update allowing to specify daprAIConnectionString.
  • Method Summary

    Modifier and Type
    Method
    Description
    withDaprAIConnectionString(String daprAIConnectionString)
    Specifies the daprAIConnectionString property: Application Insights connection string used by Dapr to export Service to Service communication telemetry.
  • Method Details

    • withDaprAIConnectionString

      ConnectedEnvironment.Update withDaprAIConnectionString(String daprAIConnectionString)
      Specifies the daprAIConnectionString property: Application Insights connection string used by Dapr to export Service to Service communication telemetry.
      Parameters:
      daprAIConnectionString - Application Insights connection string used by Dapr to export Service to Service communication telemetry.
      Returns:
      the next definition stage.