Skip to content
Docs Try Aspire

DeploymentPrerequisitesAnnotation Constructors

Class Constructors 1 member
An annotation that tracks Azure resources (such as role assignments and private endpoints) that must be provisioned before a compute resource can be deployed.
Constructor(IReadOnlySet<AzureBicepResource>) Section titled Constructor(IReadOnlySet<AzureBicepResource>)
An annotation that tracks Azure resources (such as role assignments and private endpoints) that must be provisioned before a compute resource can be deployed.
public sealed class DeploymentPrerequisitesAnnotation
{
public DeploymentPrerequisitesAnnotation(
IReadOnlySet<AzureBicepResource> resources)
{
// ...
}
}
resources IReadOnlySet<AzureBicepResource> The Azure resources that must be provisioned before the annotated resource is deployed.