public sealed class DeleteRegionUrlMapRequest : IMessage<DeleteRegionUrlMapRequest>, IEquatable<DeleteRegionUrlMapRequest>, IDeepCloneable<DeleteRegionUrlMapRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class DeleteRegionUrlMapRequest.
A request message for RegionUrlMaps.Delete. See the method description for details.
[[["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."],[[["The content provides reference documentation for the `DeleteRegionUrlMapRequest` class within the Compute Engine v1 API, specifically for the .NET environment."],["This document details the various versions of the `DeleteRegionUrlMapRequest` class, ranging from version 1.0.0 to the latest version 3.6.0, with 2.17.0 being the version of focus."],["The `DeleteRegionUrlMapRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["Key properties of the `DeleteRegionUrlMapRequest` class are outlined, including `Project`, `Region`, `RequestId`, and `UrlMap`, along with their respective data types."],["The document explains that the `DeleteRegionUrlMapRequest` is used to send a request message for deleting a specific RegionUrlMap, with constructors to create a new request or to use a copy of another one."]]],[]]