Aspire.Hosting.Azure.ContainerRegistry
Official
📦 Aspire.Hosting.Azure.ContainerRegistryv13.4.05Functions
2Types
2 types and 0 members
Types
Functions
method
addAzureContainerRegistrybuilderAdds an Azure Container Registry resource to the application model.
addAzureContainerRegistry(name: string): AzureContainerRegistryResourcemethod
getAzureContainerRegistrybuilderGets the Azure Container Registry associated with a compute environment resource.
getAzureContainerRegistry(): AzureContainerRegistryResourcemethod
withAzureContainerRegistrybuilderConfigures a compute environment resource to use an Azure Container Registry.
withAzureContainerRegistry(registryBuilder: AzureContainerRegistryResource): IResourcemethod
withContainerRegistryRoleAssignmentsbuilderAdds role assignments to the specified Azure Container Registry resource.
withContainerRegistryRoleAssignments(target: AzureContainerRegistryResource, roles: AzureContainerRegistryRole[]): IResourcemethod
withPurgeTaskbuilderAdds a scheduled ACR purge task to remove old or unused container images from the registry.
withPurgeTask(schedule: string, filter?: string, ago?: timespan, keep?: number, taskName?: string): AzureContainerRegistryResource