public sealed class DeleteClusterRequest : IMessage<DeleteClusterRequest>, IEquatable<DeleteClusterRequest>, IDeepCloneable<DeleteClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class DeleteClusterRequest.
[[["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-09 UTC."],[[["This page provides documentation for the `DeleteClusterRequest` class within the Google Kubernetes Engine v1 API, specifically for .NET development."],["The latest version of the API documented is 3.33.0, with a history of versions available, ranging from 3.33.0 down to 2.3.0, and the current page is showing documentation for version 3.17.0."],["`DeleteClusterRequest` class is used to delete a cluster, and it inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has properties such as `Name`, `ClusterId`, `ProjectId`, and `Zone`, with some of these properties being marked as deprecated, and the `Name` property being specified as the replacement for them."],["There are two constructors, a default constructor `DeleteClusterRequest()` and one that accepts another `DeleteClusterRequest` object `DeleteClusterRequest(DeleteClusterRequest other)`."]]],[]]