OBJECT

AzureCdmVersion

Description

Rubrik CDM image version information from the Azure marketplace.

link GraphQL Schema definition

  • type AzureCdmVersion {
  • # Image SKU.
  • sku: String!
  • # Azure image version.
  • version: String!
  • # Image tag array with each element in key=value format.
  • tags: [AzureCdmVersionTag!]!
  • # Supported Azure instance types for this Rubrik CDM version.
  • supportedInstanceTypes: [AzureInstanceType!]!
  • # Rubrik CDM version.
  • cdmVersion: String!
  • }

link Require by