Share via


DistributedApplicationModelExtensions Class

Definition

Provides extension methods on the DistributedApplicationModel class.

public static class DistributedApplicationModelExtensions
type DistributedApplicationModelExtensions = class
Public Module DistributedApplicationModelExtensions
Inheritance
DistributedApplicationModelExtensions

Methods

GetBuildResources(DistributedApplicationModel)

Returns the build resources from the DistributedApplicationModel. Build resources are those that are either build-only containers or project resources, and are not marked to be ignored by the manifest publishing callback annotation.

GetComputeResources(DistributedApplicationModel)

Returns the compute resources from the DistributedApplicationModel. Compute resources are those that are either containers or project resources, and are not marked to be ignored by the manifest publishing callback annotation.

Applies to