Share via


ResourceRelationshipAnnotation(IResource, String) Constructor

Definition

An annotation which represents the relationship between two resources.

public ResourceRelationshipAnnotation(Aspire.Hosting.ApplicationModel.IResource resource, string type);
new Aspire.Hosting.ApplicationModel.ResourceRelationshipAnnotation : Aspire.Hosting.ApplicationModel.IResource * string -> Aspire.Hosting.ApplicationModel.ResourceRelationshipAnnotation
Public Sub New (resource As IResource, type As String)

Parameters

resource
IResource
type
String

Applies to