DaprSidecarOptions.Command Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the command run by the Dapr CLI as part of starting the sidecar.
public System.Collections.Immutable.IImmutableList<string> Command { get; init; }
member this.Command : System.Collections.Immutable.IImmutableList<string> with get, set
Public Property Command As IImmutableList(Of String)