public sealed class RerunConnectivityTestRequest : IMessage<RerunConnectivityTestRequest>, IEquatable<RerunConnectivityTestRequest>, IDeepCloneable<RerunConnectivityTestRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Network Management v1 API class RerunConnectivityTestRequest.
[[["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."],[[["This webpage provides documentation for the `RerunConnectivityTestRequest` class within the Network Management v1 API for .NET."],["The latest version available is 2.13.0, with multiple prior versions ranging from 2.12.0 down to 1.0.0 also accessible."],["`RerunConnectivityTestRequest` is a class that represents the request for the `RerunConnectivityTest` method and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class can be constructed in two ways, either as a new instance or by copying an existing instance, as demonstrated by its two constructors."],["The class features a `Name` property, which is a required string that specifies the resource name of the Connectivity Test in the format `projects/{project_id}/locations/global/connectivityTests/{test_id}`."]]],[]]