ENUM

InstanceTypeEnum

Description

Instance type of the location.

link GraphQL Schema definition

  • enum InstanceTypeEnum {
  • # Azure China instance type.
  • AZURE_CHINA
  • # Azure Default instance type.
  • AZURE_DEFAULT
  • # Azure Germany instance type.
  • AZURE_GERMANY
  • # Azure Government instance type.
  • AZURE_GOVERNMENT
  • # Instance type of location is unknown.
  • UNKNOWN_INSTANCE
  • }