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