DiscoveredService class

DiscoveredService is a network/api interface that exposes some functionality to clients for consumption over the network.

A discovered service can be registered to a App Hub service.

Constructors

DiscoveredService({String? name, ServiceProperties? serviceProperties, ServiceReference? serviceReference})
DiscoveredService.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceProperties ServiceProperties?
Properties of an underlying compute resource that can comprise a Service.
getter/setter pair
serviceReference ServiceReference?
Reference to an underlying networking resource that can comprise a Service.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited