public sealed class ServiceReference : IMessage<ServiceReference>, IEquatable<ServiceReference>, IDeepCloneable<ServiceReference>, IBufferMessage, IMessage
Reference documentation and code samples for the App Hub v1 API class ServiceReference.
Reference to an underlying networking resource that can comprise a Service.
[[["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 `ServiceReference` class within the Google Cloud App Hub v1 API, specifically for .NET developers."],["`ServiceReference` is a class that represents a reference to a networking resource that can make up a Service, and it implements several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ServiceReference` class has two constructors: a default constructor and one that accepts another `ServiceReference` object for copying."],["It includes a single property, `Uri`, which is an output-only string representing the URI of the underlying network resource, such as a Forwarding Rule, URL Map, or Backend Service."],["This class inherits from the base `object` class and exposes functionality like `GetHashCode()`, `GetType()`, and `ToString()`."]]],[]]