Skip to content
Docs Try Aspire

ResourceEvent Properties

Class Properties 3 members
Represents a change in the state of a resource.
The resource associated with the event.
public IResource Resource { get; }
ResourceId Section titled ResourceId string
The unique id of the resource.
public string ResourceId { get; }
The snapshot of the resource state.
public CustomResourceSnapshot Snapshot { get; }