INPUT_OBJECT
UpdateAutomaticAzureTargetMappingInput
Description
Input to edit Azure automatic target mapping.
link GraphQL Schema definition
- input UpdateAutomaticAzureTargetMappingInput {
- # ID of the Azure target mapping.
- String! :
- # Name of the Azure target mapping.
- String :
- # Storage account name of the Azure archival target.
- String :
- # Access key of the Azure target.
- String :
- # Cloud account ID of the Azure target.
- UUID :
- # Compute settings of the Azure target.
- AzureCloudComputeSettingsInput :
- # Proxy settings of the Azure target.
- ProxySettingsInput :
- # List of Rubrik cluster UUIDs.
- String!] : [
- # Specifies whether consolidation is enabled on the Azure target.
- Boolean :
- }