Skip to content
Docs Try Aspire

ResourceSnapshotAnnotation Constructors

Class Constructors 1 member
An annotation that represents the initial snapshot of a resource.
Constructor(CustomResourceSnapshot) Section titled Constructor(CustomResourceSnapshot)
An annotation that represents the initial snapshot of a resource.
public class ResourceSnapshotAnnotation
{
public ResourceSnapshotAnnotation(
CustomResourceSnapshot initialSnapshot)
{
// ...
}
}
initialSnapshot CustomResourceSnapshot