次の方法で共有


DistributedApplicationModel Class

Definition

Represents a distributed application.

public class DistributedApplicationModel
type DistributedApplicationModel = class
Public Class DistributedApplicationModel
Inheritance
DistributedApplicationModel

Constructors

Name Description
DistributedApplicationModel(IEnumerable<IResource>)

Initializes a new instance of the DistributedApplicationModel class with the specified resource collection.

DistributedApplicationModel(IResourceCollection)

Represents a distributed application.

Properties

Name Description
Resources

Gets the collection of resources associated with the distributed application.

Extension Methods

Name Description
GetBuildAndPushResources(DistributedApplicationModel)

Returns the build and push resources from the DistributedApplicationModel. Build and push resources are those that require building and pushing container images to a registry, and are not marked to be ignored by the manifest publishing callback annotation.

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.

GetContainerResources(DistributedApplicationModel)

Returns a collection of container resources in the specified distributed application model.

GetExecutableResources(DistributedApplicationModel)

Returns an enumerable collection of executable resources from the specified distributed application model.

GetProjectResources(DistributedApplicationModel)

Returns all project resources in the distributed application model.

Applies to