public sealed class UpdateBackupPolicyRequest : IMessage<UpdateBackupPolicyRequest>, IEquatable<UpdateBackupPolicyRequest>, IDeepCloneable<UpdateBackupPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class UpdateBackupPolicyRequest.
UpdateBackupPolicyRequest for updating a backup policy.
Required. Field mask is used to specify the fields to be overwritten in the
Backup Policy resource by the update.
The fields specified in the update_mask are relative to the resource, not
the full request. A field will be overwritten if it is in the mask. If the
user does not provide a mask then all fields will be overwritten.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["This document provides reference information for the `UpdateBackupPolicyRequest` class within the NetApp v1 API for .NET."],["The `UpdateBackupPolicyRequest` class is used to update a backup policy, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes constructors for creating instances of `UpdateBackupPolicyRequest`, as well as properties for `BackupPolicy` and `UpdateMask`."],["The documentation covers multiple versions of the API, from 1.0.0 to 1.8.0 (latest), with the current version being 1.7.0."],["`UpdateMask` specifies the fields that should be overwritten in the Backup Policy resource, and if it is not provided, then all fields will be overwritten."]]],[]]