14 references to AllocateParameter
Aspire.Hosting.Azure.AppContainers (14)
BaseContainerAppContext.cs (10)
76
Value =
AllocateParameter
(appIdentityResource.ClientId)
187
var domain =
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppDomain);
231
return (
AllocateParameter
(param, secretType: st), st);
246
return (
AllocateParameter
(output, secretType: secretType), secretType);
263
return (
AllocateParameter
(vaultSecretReference, secretType: SecretType.KeyVault), SecretType.KeyVault);
309
return (
AllocateParameter
(manifestExpressionProvider, secretType), secretType);
323
=>
AllocateParameter
(new ContainerImageReference(resource));
326
=>
AllocateParameter
(new ContainerPortReference(resource));
335
_containerRegistryUrlParameter ??=
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerRegistryUrl);
336
_containerRegistryManagedIdentityIdParameter ??=
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerRegistryManagedIdentityId);
ContainerAppContext.cs (2)
27
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppDomain);
29
var containerAppIdParam =
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId);
ContainerAppJobContext.cs (2)
23
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppDomain);
25
var containerAppIdParam =
AllocateParameter
(_containerAppEnvironmentContext.Environment.ContainerAppEnvironmentId);