OBJECT
AzureTargetTemplate
Description
Specific info for Azure Target Template.
link GraphQL Schema definition
- type AzureTargetTemplate implements TargetTemplate {
- # Cloud Account information of the Azure target.
- : CloudAccount!
- # Cloud native companion information of the Azure target.
- : AzureCloudNativeTargetCompanion
- # Compute settings of the Azure target.
- : AzureComputeSettings
- # Container name prefix of the Azure target.
- : String!
- # Instance type of the Azure target.
- : InstanceTypeEnum!
- # Specifies whether Azure target has consolidation enabled or not.
- : Boolean!
- # Proxy settings of the Azure target.
- : ProxySettings
- # Storage account name of the Azure target.
- : String!
- # The type of this Target.
- : TargetType!
- }
link Require by
This element is not required by anyone