public sealed class TargetSslProxiesSetCertificateMapRequest : IMessage<TargetSslProxiesSetCertificateMapRequest>, IEquatable<TargetSslProxiesSetCertificateMapRequest>, IDeepCloneable<TargetSslProxiesSetCertificateMapRequest>, IBufferMessage, IMessage
URL of the Certificate Map to associate with this TargetSslProxy. Accepted format is //certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}.
[[["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-24 UTC."],[[["This webpage provides documentation for the `TargetSslProxiesSetCertificateMapRequest` class within the `Google.Cloud.Compute.V1` namespace in the .NET library, spanning versions from 1.0.0 to the latest 3.6.0."],["The `TargetSslProxiesSetCertificateMapRequest` class is used to associate a Certificate Map with a TargetSslProxy, accepting a URL in the format `//certificatemanager.googleapis.com/projects/{project }/locations/{location}/certificateMaps/{resourceName}`."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and provides constructors for default initialization and cloning."],["Key properties of this class include `CertificateMap`, which is a string containing the URL of the certificate map, and `HasCertificateMap`, which is a boolean indicating if the `certificate_map` field is set."],["The documentation highlights the availability of this class across many versions, with a list of each version available, starting from `1.0.0` to the latest `3.6.0`, all of which are accessible through a link."]]],[]]