10 references to AzureContainerRegistryRole
Aspire.Hosting.Azure.ContainerRegistry (10)
AzureContainerRegistryExtensions.cs (10)
266/// <see cref="WithRoleAssignments{T}(IResourceBuilder{T}, IResourceBuilder{AzureContainerRegistryResource}, AzureContainerRegistryRole[])"/> 287/// <exception cref="ArgumentException">Thrown when a role value is not a valid <see cref="AzureContainerRegistryRole"/> value.</exception> 292params AzureContainerRegistryRole[] roles) 305AzureContainerRegistryRole.AcrDelete => ContainerRegistryBuiltInRole.AcrDelete, 306AzureContainerRegistryRole.AcrImageSigner => ContainerRegistryBuiltInRole.AcrImageSigner, 307AzureContainerRegistryRole.AcrPull => ContainerRegistryBuiltInRole.AcrPull, 308AzureContainerRegistryRole.AcrPush => ContainerRegistryBuiltInRole.AcrPush, 309AzureContainerRegistryRole.AcrQuarantineReader => ContainerRegistryBuiltInRole.AcrQuarantineReader, 310AzureContainerRegistryRole.AcrQuarantineWriter => ContainerRegistryBuiltInRole.AcrQuarantineWriter, 311_ => throw new ArgumentException($"'{roles[i]}' is not a valid {nameof(AzureContainerRegistryRole)} value.", nameof(roles))