ContainerResourceExtensions.IsContainer(IResource) Method
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.
Determines whether the specified resource is a container resource.
C#
public static bool IsContainer(this Aspire.Hosting.ApplicationModel.IResource resource);
static member IsContainer : Aspire.Hosting.ApplicationModel.IResource -> bool
<Extension()>
Public Function IsContainer (resource As IResource) As Boolean
- resource
- IResource
The resource to check.
true if the specified resource is a container resource; otherwise, false.
產品 | 版本 |
---|---|
.NET Aspire | 8.0.0, 9.0.0, 9.1.0 |