10 references to AzureContainerRegistryRole
Aspire.Hosting.Azure.ContainerRegistry (10)
AzureContainerRegistryExtensions.cs (10)
253/// <see cref="WithRoleAssignments{T}(IResourceBuilder{T}, IResourceBuilder{AzureContainerRegistryResource}, AzureContainerRegistryRole[])"/> 275/// <exception cref="ArgumentException">Thrown when a role value is not a valid <see cref="AzureContainerRegistryRole"/> value.</exception> 280params AzureContainerRegistryRole[] roles) 293AzureContainerRegistryRole.AcrDelete => ContainerRegistryBuiltInRole.AcrDelete, 294AzureContainerRegistryRole.AcrImageSigner => ContainerRegistryBuiltInRole.AcrImageSigner, 295AzureContainerRegistryRole.AcrPull => ContainerRegistryBuiltInRole.AcrPull, 296AzureContainerRegistryRole.AcrPush => ContainerRegistryBuiltInRole.AcrPush, 297AzureContainerRegistryRole.AcrQuarantineReader => ContainerRegistryBuiltInRole.AcrQuarantineReader, 298AzureContainerRegistryRole.AcrQuarantineWriter => ContainerRegistryBuiltInRole.AcrQuarantineWriter, 299_ => throw new ArgumentException($"'{roles[i]}' is not a valid {nameof(AzureContainerRegistryRole)} value.", nameof(roles))