ResourcePropertySnapshot
Record sealed net10.0
A snapshot of the resource property.
namespace Aspire.Hosting.ApplicationModel;
public sealed record ResourcePropertySnapshot : System.IEquatable<Aspire.Hosting.ApplicationModel.ResourcePropertySnapshot>{ // ...} IEquatable<ResourcePropertySnapshot>
12 members
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesIsSensitiveget; initbool Whether this property is considered sensitive or not.
Nameget; initstringThe name of the property.
Valueget; initobject?The value of the property.
Methods8
Section titled Methods<Clone>$Deconstruct(string, object?)Equals(object?)boolDetermines whether the specified object is equal to the current object.
Equals(ResourcePropertySnapshot?)boolIndicates whether the current object is equal to another object of the same type.
GetHashCodeintServes as the default hash function.
op_Equality(ResourcePropertySnapshot?, ResourcePropertySnapshot?)staticboolop_Inequality(ResourcePropertySnapshot?, ResourcePropertySnapshot?)staticboolToStringstringReturns a string that represents the current object.