ParameterProcessor Constructors
ClassConstructors1 member
Handles processing of parameter resources during application orchestration.
Constructor(ResourceNotificationService, ResourceLoggerService, IInteractionService, ILogger<ParameterProcessor>, DistributedApplicationExecutionContext, IDeploymentStateManager, IUserSecretsManager)Section titled Constructor(ResourceNotificationService, ResourceLoggerService, IInteractionService, ILogger<ParameterProcessor>, DistributedApplicationExecutionContext, IDeploymentStateManager, IUserSecretsManager) Handles processing of parameter resources during application orchestration.
public sealed class ParameterProcessor{ public ParameterProcessor( ResourceNotificationService notificationService, ResourceLoggerService loggerService, IInteractionService interactionService, ILogger<ParameterProcessor> logger, DistributedApplicationExecutionContext executionContext, IDeploymentStateManager deploymentStateManager, IUserSecretsManager userSecretsManager) { // ... }}Parameters
notificationServiceResourceNotificationServiceloggerServiceResourceLoggerServiceinteractionServiceIInteractionServiceloggerILogger<ParameterProcessor>executionContextDistributedApplicationExecutionContextdeploymentStateManagerIDeploymentStateManageruserSecretsManagerIUserSecretsManager