public sealed class GetBackupPolicyRequest : IMessage<GetBackupPolicyRequest>, IEquatable<GetBackupPolicyRequest>, IDeepCloneable<GetBackupPolicyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the NetApp v1 API class GetBackupPolicyRequest.
GetBackupPolicyRequest gets the state of a backupPolicy.
[[["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-03-21 UTC."],[[["The latest version of the `GetBackupPolicyRequest` class is 1.8.0, as part of the Google.Cloud.NetApp.V1 API."],["`GetBackupPolicyRequest` is designed to retrieve the state of a backup policy, implemented as a class inheriting from `object` and implementing interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has properties for `BackupPolicyName` and `Name`, where `Name` is required and represents the backup policy's resource name in the specified format."],["This class has two constructors, a default one and one that takes another `GetBackupPolicyRequest` as a parameter, and includes inherited members like `GetHashCode`, `GetType`, and `ToString` from the `object` class."],["The `GetBackupPolicyRequest` class can be found within the `Google.Cloud.NetApp.V1` namespace and is contained within the `Google.Cloud.NetApp.V1.dll` assembly."]]],[]]