Compartilhar via


SubscriptionState type

Define valores para SubscriptionState.

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