Class NetlifyDeploymentAnnotation
- Namespace
- Aspire.Hosting
- Assembly
- IEvangelist.Aspire.Hosting.Netlify.dll
Represents an annotation for a Netlify deployment resource.
public sealed class NetlifyDeploymentAnnotation : IResourceAnnotation
- Inheritance
-
NetlifyDeploymentAnnotation
- Implements
-
IResourceAnnotation
- Inherited Members
Constructors
NetlifyDeploymentAnnotation(NetlifyDeploymentResource)
Represents an annotation for a Netlify deployment resource.
public NetlifyDeploymentAnnotation(NetlifyDeploymentResource deployerResource)
Parameters
deployerResourceNetlifyDeploymentResource
Properties
Resource
The instance of the Netlify deployer resource used.
public NetlifyDeploymentResource Resource { get; }