次の方法で共有


RelationshipSnapshot(String, String) Constructor

Definition

A snapshot of a relationship.

public RelationshipSnapshot(string ResourceName, string Type);
new Aspire.Hosting.ApplicationModel.RelationshipSnapshot : string * string -> Aspire.Hosting.ApplicationModel.RelationshipSnapshot
Public Sub New (ResourceName As String, Type As String)

Parameters

ResourceName
String

The name of the resource the relationship is to.

Type
String

The relationship type.

Applies to