AzureContainerRegistryExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides extension methods for adding Azure Container Registry resources to the application model.
public static class AzureContainerRegistryExtensions
type AzureContainerRegistryExtensions = class
Public Module AzureContainerRegistryExtensions
- Inheritance
-
AzureContainerRegistryExtensions
Methods
AddAzureContainerRegistry(IDistributedApplicationBuilder, String) |
Adds an Azure Container Registry resource to the application model. |
WithAzureContainerRegistry<T>(IResourceBuilder<T>, IResourceBuilder<AzureContainerRegistryResource>) |
Configures a resource that implements IContainerRegistry to use the specified Azure Container Registry. |
WithRoleAssignments<T>(IResourceBuilder<T>, IResourceBuilder<AzureContainerRegistryResource>, ContainerRegistryBuiltInRole[]) |
Adds role assignments to the specified Azure Container Registry resource. |