INPUT_OBJECT

AzureCloudComputeSettingsInput

Description

Cloud compute settings input for the Azure archival target.

link GraphQL Schema definition

  • input AzureCloudComputeSettingsInput {
  • # Client ID of the Application.
  • appId: String
  • # Client secret key of the Application.
  • appSecretKey: 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: ProxySettingsInput
  • # Cloud account ID of the Azure target.
  • cloudAccountId: String
  • }