public sealed class DeleteConnectivityTestRequest : IMessage<DeleteConnectivityTestRequest>, IEquatable<DeleteConnectivityTestRequest>, IDeepCloneable<DeleteConnectivityTestRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class DeleteConnectivityTestRequest.
[[["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-14 UTC."],[[["This document provides reference information for the `DeleteConnectivityTestRequest` class within the Network Management v1 API for .NET."],["The `DeleteConnectivityTestRequest` class is used to request the deletion of a connectivity test, and it is part of the `Google.Cloud.NetworkManagement.V1` namespace."],["The latest version of the API is `2.13.0`, and the document lists all available versions starting from `2.13.0` down to `1.0.0`, with their corresponding pages, of the `DeleteConnectivityTestRequest` class."],["The `DeleteConnectivityTestRequest` class requires a `Name` property, which specifies the full resource name of the connectivity test to be deleted, using a specific format, and is a string."],["The `DeleteConnectivityTestRequest` class implements multiple interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage, and inherits from the base Object class."]]],[]]