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 documentation provides reference information for the `ServiceReference` class within the App Hub v1 API, specifically version 1.0.0-beta02."],["The `ServiceReference` class represents a reference to an underlying networking resource that can be part of a Service."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ServiceReference` class includes a `Uri` property, which is output-only and represents the underlying resource URI, such as a Forwarding Rule or URL Map."],["There are two constructors for the `ServiceReference` class: one default constructor, and another that takes an existing `ServiceReference` instance as an argument."]]],[]]