App Hub v1 API - Class ServiceReference (1.0.0-beta02)

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.

Inheritance

object > ServiceReference

Namespace

Google.Cloud.AppHub.V1

Assembly

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