OBJECT

AzureComputeSettings

Description

Compute setting for Azure Target.

link GraphQL Schema definition

  • type AzureComputeSettings {
  • # Client ID of the Application.
  • appId: String!
  • # Name of the Azure region.
  • region: AzureRegion!
  • # Storage account name of the Azure target.
  • generalPurposeStorageName: String!
  • # Storage container name of the Azure target.
  • generalPurposeStorageContainer: String!
  • # Resource Group of the Azure target.
  • resourceGroup: String!
  • # Virtual Network ID of the Azure target.
  • virtualNetworkId: String!
  • # Subnet ID of the Azure target.
  • subnetId: String!
  • # Security Group ID of the Azure target.
  • securityGroupId: String!
  • # Compute proxy settings of the Azure target.
  • computeProxySettings: ProxySettings
  • # Cloud account ID of the AWS target.
  • cloudAccountId: String!
  • }