DistributedApplicationModel(IResourceCollection) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a distributed application.
public DistributedApplicationModel (Aspire.Hosting.ApplicationModel.IResourceCollection resources);
new Aspire.Hosting.ApplicationModel.DistributedApplicationModel : Aspire.Hosting.ApplicationModel.IResourceCollection -> Aspire.Hosting.ApplicationModel.DistributedApplicationModel
Public Sub New (resources As IResourceCollection)
Parameters
- resources
- IResourceCollection
The resource collection used to initiate the model.