public sealed class DeleteClusterRequest : IMessage<DeleteClusterRequest>, IEquatable<DeleteClusterRequest>, IDeepCloneable<DeleteClusterRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Bigtable Administration v2 API class DeleteClusterRequest.
Request message for BigtableInstanceAdmin.DeleteCluster.
[[["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-25 UTC."],[[["This page provides documentation for the `DeleteClusterRequest` class within the Google Cloud Bigtable Administration v2 API, specifically for .NET development."],["The `DeleteClusterRequest` class is used to form requests for deleting a cluster and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version available for the documentation is 3.24.0, with multiple versions ranging from 3.24.0 down to 2.4.0."],["The `DeleteClusterRequest` class contains two properties: `ClusterName`, which is a typed view of the cluster name, and `Name`, a string that represents the unique name of the cluster to be deleted."],["This documentation includes information on the class's constructors, inherited members from the `object` class, and the namespace and assembly where it resides."]]],[]]