public sealed class ServiceReference : IMessage<ServiceReference>, IEquatable<ServiceReference>, IDeepCloneable<ServiceReference>, IBufferMessage, IMessageReference documentation and code samples for the App Hub v1 API class ServiceReference.
Reference to an underlying networking resource that can comprise a Service.
Implements
IMessageServiceReference, IEquatableServiceReference, IDeepCloneableServiceReference, IBufferMessage, IMessageNamespace
Google.Cloud.AppHub.V1Assembly
Google.Cloud.AppHub.V1.dll
Constructors
ServiceReference()
public ServiceReference()ServiceReference(ServiceReference)
public ServiceReference(ServiceReference other)| Parameter | |
|---|---|
| Name | Description | 
| other | ServiceReference | 
Properties
Uri
public string Uri { get; set; }Output only. The underlying resource URI (For example, URI of Forwarding Rule, URL Map, and Backend Service).
| Property Value | |
|---|---|
| Type | Description | 
| string | |