OBJECT

FinOpsAzureInstanceType

Azure Instance Type implementation

link GraphQL Schema definition

  • type FinOpsAzureInstanceType {
  • # Memory in GB of a instance type
  • memoryInGB: Float
  • # Name of a instance type
  • name: String!
  • # Pricing Info of a instance type
  • pricingInfo: FinOpsPricing
  • # The service type e.g. VM, SQL
  • serviceType: String
  • # Storage In GB in GB of a instance type
  • storageInGB: Float
  • # vCPU of a instance type
  • vCpu: Float
  • }