次の方法で共有


FirewallState type

FirewallState の値を定義します。 使用可能な値は次のとおりです: 'Enabled'、'Disabled'

type FirewallState = "Enabled" | "Disabled"