次の方法で共有


HostType type

HostType の値を定義します。 使用可能な値は、'Invalid'、'ExeHost'、'ContainerHost' です。

type HostType = "Invalid" | "ExeHost" | "ContainerHost"