14 references to AllocateParameter
Aspire.Hosting.Azure.AppContainers (14)
BaseContainerAppContext.cs (10)
77
Value =
AllocateParameter
(appIdentityResource.ClientId)
195
var domain =
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppDomain);
249
return (
AllocateParameter
(param, secretType: st), st);
264
return (
AllocateParameter
(output, secretType: secretType), secretType);
281
return (
AllocateParameter
(vaultSecretReference, secretType: SecretType.KeyVault), SecretType.KeyVault);
381
return (
AllocateParameter
(manifestExpressionProvider, secretType), secretType);
395
=>
AllocateParameter
(new ContainerImageReference(resource));
398
=>
AllocateParameter
(new ContainerPortReference(resource));
407
_containerRegistryUrlParameter ??=
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerRegistryUrl);
408
_containerRegistryManagedIdentityIdParameter ??=
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerRegistryManagedIdentityId);
ContainerAppContext.cs (2)
27
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppDomain);
29
var containerAppIdParam =
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId);
ContainerAppJobContext.cs (2)
21
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppDomain);
23
var containerAppIdParam =
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId);