次の方法で共有


CapturedEnvironmentVariable.Resource Property

Definition

Gets or sets the resource that this environment variable is associated with. This is useful when the source is an annotation on a resource, allowing you to identify which resource this environment variable is related to.

public Aspire.Hosting.ApplicationModel.IResource? Resource { get; set; }
member this.Resource : Aspire.Hosting.ApplicationModel.IResource with get, set
Public Property Resource As IResource

Property Value

Applies to