AppHubApplication class

Resource identifiers associated with an AppHub application AppHub resources are of the form projects//locations//applications/ projects//locations//applications//services/ projects//locations//applications//workloads/ These resources can be reconstructed from the components below.

Constructors

AppHubApplication({String? container, String? id, String? location})
AppHubApplication.fromJson(Map json_)

Properties

container ↔ String?
Resource container that owns the application.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
id ↔ String?
Application Id.
getter/setter pair
location ↔ String?
Location associated with the Application.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

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