public sealed class InsertRegionUrlMapRequest : IMessage<InsertRegionUrlMapRequest>, IEquatable<InsertRegionUrlMapRequest>, IDeepCloneable<InsertRegionUrlMapRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Compute Engine v1 API class InsertRegionUrlMapRequest.
A request message for RegionUrlMaps.Insert. 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-04-09 UTC."],[[["The `InsertRegionUrlMapRequest` class in the Google.Cloud.Compute.V1 API provides a way to create a request to insert a regional URL map."],["This class is part of the .NET API for Compute Engine, specifically within the `Google.Cloud.Compute.V1` namespace and is found within the Google.Cloud.Compute.V1.dll assembly."],["The latest version of the `InsertRegionUrlMapRequest` is 3.6.0, but the current page is for version 3.3.0, with numerous earlier versions available for reference."],["The `InsertRegionUrlMapRequest` class inherits from the object class, and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, allowing it to be used in various contexts."],["This class includes properties like `Project`, `Region`, `RequestId`, and `UrlMapResource`, which are essential to build and send an appropriate request to the RegionUrlMaps.Insert."]]],[]]