OBJECT
AzureCdmVersion
Description
Rubrik CDM image version information from the Azure marketplace.
link GraphQL Schema definition
- type AzureCdmVersion {
- # Image SKU.
- String! :
- # Azure image version.
- String! :
- # Image tag array with each element in key=value format.
- AzureCdmVersionTag!]! : [
- # Supported Azure instance types for this Rubrik CDM version.
- AzureInstanceType!]! : [
- # Rubrik CDM version.
- String! :
- }