7 references to None
Aspire.Hosting.Azure.AppContainers (7)
ContainerAppContext.cs (7)
522
private (object, SecretType) ProcessValue(object value, SecretType secretType = SecretType.
None
, object? parent = null)
604
var finalSecretType = SecretType.
None
;
610
if (secret != SecretType.
None
)
654
private ProvisioningParameter AllocateParameter(IManifestExpressionProvider parameter, SecretType secretType = SecretType.
None
)
656
return parameter.AsProvisioningParameter(Infra, isSecure: secretType != SecretType.
None
);
730
if (secretType != SecretType.
None
)
772
SecretType.
None
=> new ContainerAppEnvironmentVariable { Name = kv.Key, Value = argValue },