115 references to AzureResourceInfrastructure
Aspire.Hosting.Azure (21)
AzureProvisioningResourceExtensions.cs (13)
23public static IResourceBuilder<AzureProvisioningResource> AddAzureInfrastructure(this IDistributedApplicationBuilder builder, [ResourceName] string name, Action<AzureResourceInfrastructure> configureInfrastructure)
38public static IResourceBuilder<T> ConfigureInfrastructure<T>(this IResourceBuilder<T> builder, Action<AzureResourceInfrastructure> configure)
56/// <param name="infrastructure">The <see cref="AzureResourceInfrastructure"/> that contains the <see cref="ProvisioningParameter"/>.</param>
66public static ProvisioningParameter AsProvisioningParameter(this IResourceBuilder<ParameterResource> parameterResourceBuilder, AzureResourceInfrastructure infrastructure, string? parameterName = null)
82/// <param name="infrastructure">The <see cref="AzureResourceInfrastructure"/> that contains the <see cref="ProvisioningParameter"/>.</param>
92public static ProvisioningParameter AsProvisioningParameter(this ParameterResource parameterResource, AzureResourceInfrastructure infrastructure, string? parameterName = null)
111/// <param name="infrastructure">The <see cref="AzureResourceInfrastructure"/> that contains the <see cref="ProvisioningParameter"/>.</param>
121public static ProvisioningParameter AsProvisioningParameter(this BicepOutputReference outputReference, AzureResourceInfrastructure infrastructure, string? parameterName = null)
140/// <param name="infrastructure">The <see cref="AzureResourceInfrastructure"/> that contains the <see cref="ProvisioningParameter"/>.</param>
148public static ProvisioningParameter AsProvisioningParameter(this EndpointReference endpointReference, AzureResourceInfrastructure infrastructure, string parameterName)
166/// <param name="infrastructure">The <see cref="AzureResourceInfrastructure"/> that contains the <see cref="ProvisioningParameter"/>.</param>
174public static ProvisioningParameter AsProvisioningParameter(this ReferenceExpression expression, AzureResourceInfrastructure infrastructure, string parameterName)
185private static ProvisioningParameter GetOrAddParameter(AzureResourceInfrastructure infrastructure, string parameterName, bool? isSecure = null)
Aspire.Hosting.Azure.AppConfiguration (2)
Aspire.Hosting.Azure.AppContainers (10)
Aspire.Hosting.Azure.ApplicationInsights (2)
Aspire.Hosting.Azure.CognitiveServices (2)
Aspire.Hosting.Azure.CosmosDB (4)
Aspire.Hosting.Azure.EventHubs (4)
Aspire.Hosting.Azure.Functions (1)
Aspire.Hosting.Azure.KeyVault (2)
Aspire.Hosting.Azure.OperationalInsights (2)
Aspire.Hosting.Azure.PostgreSQL (5)
Aspire.Hosting.Azure.Redis (5)
Aspire.Hosting.Azure.Search (2)
Aspire.Hosting.Azure.ServiceBus (6)
Aspire.Hosting.Azure.SignalR (2)
Aspire.Hosting.Azure.Sql (5)
Aspire.Hosting.Azure.Storage (2)
Aspire.Hosting.Azure.Tests (36)
PublicApiTests\AppContainersPublicApiTests.cs (7)
18Action<AzureResourceInfrastructure, ContainerApp> configure = (r, c) => { };
31Action<AzureResourceInfrastructure, ContainerApp> configure = null!;
42Action<AzureResourceInfrastructure, ContainerApp> configure = null!;
54Action<AzureResourceInfrastructure, ContainerApp> configure = (r, c) => { };
67Action<AzureResourceInfrastructure, ContainerApp> configure = null!;
93Action<AzureResourceInfrastructure, ContainerApp> configure = (r, c) => { };
106Action<AzureResourceInfrastructure, ContainerApp> configure = null!;
Aspire.Hosting.Azure.WebPubSub (2)