共用方式為


SubscriptionState type

定義 SubscriptionState 的值。

type SubscriptionState =
  | "Enabled"
  | "Warned"
  | "PastDue"
  | "Disabled"
  | "Deleted"