Skip to content
DocsTry Aspire
DocsTry

DeploymentPrerequisitesAnnotation Constructors

ClassConstructors1 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)
{
// ...
}
}
resourcesIReadOnlySet<AzureBicepResource>The Azure resources that must be provisioned before the annotated resource is deployed.