次の方法で共有


ProvisioningState type

ProvisioningState の値を定義します。

type ProvisioningState = "Creating" | "Failed" | "Succeeded" | "Canceled"