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