AzureContainerRegistryResource Constructor
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.
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>