次の方法で共有


ContainerAppDaprConfiguration.AppProtocol プロパティ

定義

アプリケーションで使用しているプロトコルを Dapr に伝えます。 有効なオプションは http と grpc です。 既定値は http です。

public Azure.ResourceManager.AppContainers.Models.ContainerAppProtocol? AppProtocol { get; set; }
member this.AppProtocol : Nullable<Azure.ResourceManager.AppContainers.Models.ContainerAppProtocol> with get, set
Public Property AppProtocol As Nullable(Of ContainerAppProtocol)

プロパティ値

適用対象