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 `DeleteRegionUrlMapRequest` class in the Google.Cloud.Compute.V1 API allows users to send a request to delete a specific UrlMap resource within a designated region."],["This class is part of the Compute Engine v1 API and is found in the `Google.Cloud.Compute.V1.dll` assembly, and it implements several interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["It supports versioning, with the latest version being 3.6.0, and offers access to a wide range of previous versions for managing Google Cloud resources, all of which target the `DeleteRegionUrlMapRequest`."],["Key properties for the `DeleteRegionUrlMapRequest` class include `Project`, `Region`, `RequestId`, and `UrlMap`, which are used to specify the project, region, idempotency request ID, and the UrlMap resource name to be deleted."],["The class provides two constructors: a default constructor, and one that accepts another `DeleteRegionUrlMapRequest` object for deep cloning."]]],[]]