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