public sealed class DeleteAgentPoolRequest : IMessage<DeleteAgentPoolRequest>, IEquatable<DeleteAgentPoolRequest>, IDeepCloneable<DeleteAgentPoolRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Storage Transfer v1 API class DeleteAgentPoolRequest.
[[["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-01 UTC."],[[["This webpage provides reference documentation for the `DeleteAgentPoolRequest` class within the Storage Transfer v1 API for .NET."],["The `DeleteAgentPoolRequest` class is used to specify the request details when deleting an agent pool and it implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The current documentation is for version 2.7.0 of the API, while the latest version is 2.8.0, with multiple previous versions available for review."],["The class inherits from `object` and includes a constructor, `DeleteAgentPoolRequest()`, and a property named `Name` which is a required `string` representing the name of the agent pool to delete."],["This documentation is specific to the Google.Cloud.StorageTransfer.V1 namespace and is found in the Google.Cloud.StorageTransfer.V1.dll assembly."]]],[]]