Skip to content
Docs Try Aspire
Docs Try

AzureKubernetesEnvironmentResource Constructors

Class Constructors 1 member
AKS-specific pipeline step implementations for AzureKubernetesEnvironmentResource.
Constructor(string, Action<AzureResourceInfrastructure>) Section titled Constructor(string, Action<AzureResourceInfrastructure>)
Initializes a new instance of the AzureKubernetesEnvironmentResource class.
public class AzureKubernetesEnvironmentResource
{
public AzureKubernetesEnvironmentResource(
string name,
Action<AzureResourceInfrastructure> configureInfrastructure)
{
// ...
}
}
name string The name of the resource.
configureInfrastructure Action<AzureResourceInfrastructure> Callback to configure the Azure infrastructure.