OBJECT
AzureComputeSettings
Description
Compute setting for Azure Target.
link GraphQL Schema definition
- type AzureComputeSettings {
- # Client ID of the Application.
- String! :
- # Name of the Azure region.
- AzureRegion! :
- # Storage account name of the Azure target.
- String! :
- # Storage container name of the Azure target.
- String! :
- # Resource Group of the Azure target.
- String! :
- # Virtual Network ID of the Azure target.
- String! :
- # Subnet ID of the Azure target.
- String! :
- # Security Group ID of the Azure target.
- String! :
- # Compute proxy settings of the Azure target.
- ProxySettings :
- # Cloud account ID of the AWS target.
- String! :
- # Subscription ID of the Azure target that hosts the compute resources.
- String! :
- }