Aspire.Hosting.Azure.ContainerRegistry
Official
📦 Aspire.Hosting.Azure.ContainerRegistry v13.3.0 5 Functions
2 Types
2 types and 0 members
Types
Functions
method
addAzureContainerRegistry builder Adds an Azure Container Registry resource to the distributed application model.
addAzureContainerRegistry(name: string): AzureContainerRegistryResource method
getAzureContainerRegistry builder Gets the Azure Container Registry associated with a compute environment resource.
getAzureContainerRegistry(): AzureContainerRegistryResource method
withAzureContainerRegistry builder Configures a compute environment resource to use an Azure Container Registry.
withAzureContainerRegistry(registryBuilder: AzureContainerRegistryResource): IResource method
withPurgeTask builder Configures a purge task for the Azure Container Registry resource.
withPurgeTask(schedule: string, filter?: string, ago?: timespan, keep?: number, taskName?: string): AzureContainerRegistryResource method
withRoleAssignments builder Assigns Azure Container Registry roles to a resource.
withRoleAssignments(target: AzureContainerRegistryResource, roles: AzureContainerRegistryRole[]): IResource