OBJECT

AzureTargetTemplate

Description

Specific info for Azure Target Template.

link GraphQL Schema definition

  • type AzureTargetTemplate implements TargetTemplate {
  • # Storage account name of the Azure target.
  • storageAccountName: String!
  • # Container name prefix of the Azure target.
  • containerNamePrefix: String!
  • # Instance type of the Azure target.
  • instanceType: InstanceTypeEnum!
  • # Compute settings of the Azure target.
  • computeSettings: AzureComputeSettings
  • # Proxy settings of the Azure target.
  • proxySettings: ProxySettings
  • # Specifies whether Azure target has consolidation enabled or not.
  • isConsolidationEnabled: Boolean!
  • # Cloud native companion information of the Azure target.
  • cloudNativeCompanion: AzureCloudNativeTargetCompanion
  • # Cloud Account information of the Azure target.
  • cloudAccount: CloudAccount!
  • # The type of this Target.
  • targetType: TargetType!
  • }

link Require by

This element is not required by anyone