public sealed class StopInstanceRequest : IMessage<StopInstanceRequest>, IEquatable<StopInstanceRequest>, IDeepCloneable<StopInstanceRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the AI Platform Notebooks v1 API class StopInstanceRequest.
[[["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 document provides reference documentation for the `StopInstanceRequest` class within the AI Platform Notebooks v1 API, specifically for version 2.4.0 of the .NET library."],["`StopInstanceRequest` is used to send a request to stop a notebook instance and is implemented as a sealed class."],["This class inherits from `object` and implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `StopInstanceRequest` class has two constructors and a `Name` property, which is a required string that specifies the instance's location using the format `projects/{project_id}/locations/{location}/instances/{instance_id}`."],["The documentation also lists other available versions of the `StopInstanceRequest` class, ranging from version 2.5.0 down to 1.0.0-beta04."]]],[]]