OBJECT
Azure Instance Type implementation
type FinOpsAzureInstanceType {# Memory in GB of a instance typememoryInGB: Float # Name of a instance typename: String! # Pricing Info of a instance typepricingInfo: FinOpsPricing # The service type e.g. VM, SQLserviceType: String # Storage In GB in GB of a instance typestorageInGB: Float # vCPU of a instance typevCpu: Float }