RelationshipSnapshot Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A snapshot of a relationship.
public sealed class RelationshipSnapshot : IEquatable<Aspire.Hosting.ApplicationModel.RelationshipSnapshot>
type RelationshipSnapshot = class
interface IEquatable<RelationshipSnapshot>
Public NotInheritable Class RelationshipSnapshot
Implements IEquatable(Of RelationshipSnapshot)
- Inheritance
-
RelationshipSnapshot
- Implements
Constructors
| RelationshipSnapshot(String, String) |
A snapshot of a relationship. |
Properties
| ResourceName |
The name of the resource the relationship is to. |
| Type |
The relationship type. |
Methods
| <Clone>$() | |
| Deconstruct(String, String) | |
| Equals(Object) | |
| Equals(RelationshipSnapshot) | |
| GetHashCode() | |
| ToString() |
Operators
| Equality(RelationshipSnapshot, RelationshipSnapshot) | |
| Inequality(RelationshipSnapshot, RelationshipSnapshot) |