INPUT_OBJECT
UpdateAzureTargetInput
Description
Input to edit Azure target.
link GraphQL Schema definition
- input UpdateAzureTargetInput {
- # Id of the Azure target to be edited.
- UUID! :
- # Name of the Azure target.
- String :
- # Storage account name of the Azure target.
- String :
- # Access key of the Azure target.
- String :
- # Cloud account ID of the Azure target.
- UUID :
- # Compute settings of the Azure target.
- AzureCloudComputeSettingsInput :
- # Compute proxy settings of the Azure target.
- ProxySettingsInput :
- # Proxy settings of the Azure target.
- ProxySettingsInput :
- # Flag to determine if consolidation is enabled in the Azure target.
- Boolean :
- # Immutability settings of the Azure target.
- AzureImmutabilitySettings :
- # Retrieval tier to use for retrieving data from archive storage.
- AzureRetrievalTier :
- # Specifies whether the proxy settings should be bypassed for creating this target
- # location.
- Boolean! :
- }