7 references to None
Aspire.Hosting.Azure.AppContainers (7)
BaseContainerAppContext.cs (7)
215
private (object, SecretType) ProcessValue(object value, SecretType secretType = SecretType.
None
, object? parent = null)
304
var finalSecretType = SecretType.
None
;
310
if (secret != SecretType.
None
)
358
protected ProvisioningParameter AllocateParameter(IManifestExpressionProvider parameter, SecretType secretType = SecretType.
None
)
360
return parameter.AsProvisioningParameter(Infra, isSecure: secretType != SecretType.
None
);
386
if (secretType != SecretType.
None
)
427
SecretType.
None
=> new ContainerAppEnvironmentVariable { Name = kv.Key, Value = argValue },