Share via


DeployingContext Class

Definition

Provides contextual information and services for the deploying process of a distributed application.

public sealed class DeployingContext
type DeployingContext = class
Public NotInheritable Class DeployingContext
Inheritance
DeployingContext

Constructors

DeployingContext(DistributedApplicationModel, DistributedApplicationExecutionContext, IServiceProvider, ILogger, CancellationToken, String)

Provides contextual information and services for the deploying process of a distributed application.

Properties

ActivityReporter

Gets the activity reporter for deploying activities.

CancellationToken

Gets the cancellation token for the deploying operation.

ExecutionContext

Gets the execution context for the distributed application.

Logger

Gets the logger for deploying operations.

Model

Gets the distributed application model to be deployed.

OutputPath

Gets the output path for deployment artifacts.

Services

Gets the service provider for dependency resolution.

Applies to