INPUT_OBJECT

UpdateAzureTargetInput

Description

Input to edit Azure target.

link GraphQL Schema definition

  • input UpdateAzureTargetInput {
  • # Id of the Azure target to be edited.
  • id: UUID!
  • # Name of the Azure target.
  • name: String
  • # Storage account name of the Azure target.
  • storageAccountName: String
  • # Access key of the Azure target.
  • accessKey: String
  • # Cloud account ID of the Azure target.
  • cloudAccountId: UUID
  • # Compute settings of the Azure target.
  • computeSettings: AzureCloudComputeSettingsInput
  • # Proxy settings of the Azure target.
  • proxySettings: ProxySettingsInput
  • # Flag to determine if consolidation is enabled in the Azure target.
  • isConsolidationEnabled: Boolean
  • # Immutability settings of the Azure target.
  • immutabilitySettings: AzureImmutabilitySettings
  • # Retrieval tier to use for retrieving data from archive storage.
  • retrievalTier: AzureRetrievalTier
  • # Specifies whether the proxy settings should be bypassed for creating this target
  • # location.
  • bypassProxy: Boolean!
  • }

link Require by