4 references to None
Aspire.Hosting.Azure.AppService (4)
AzureAppServiceWebsiteContext.cs (4)
108
private (object, SecretType) ProcessValue(object value, SecretType secretType = SecretType.
None
, object? parent = null)
169
var finalSecretType = SecretType.
None
;
174
if (secret != SecretType.
None
)
324
private ProvisioningParameter AllocateParameter(IManifestExpressionProvider parameter, SecretType secretType = SecretType.
None
)