Share via


AzureContainerRegistryResource Constructor

Definition

Represents an Azure Container Registry resource.

public AzureContainerRegistryResource(string name, Action<Aspire.Hosting.Azure.AzureResourceInfrastructure> configureInfrastructure);
new Aspire.Hosting.Azure.AzureContainerRegistryResource : string * Action<Aspire.Hosting.Azure.AzureResourceInfrastructure> -> Aspire.Hosting.Azure.AzureContainerRegistryResource
Public Sub New (name As String, configureInfrastructure As Action(Of AzureResourceInfrastructure))

Parameters

name
String
configureInfrastructure
Action<AzureResourceInfrastructure>

Applies to