ContainerResourceExtensions.IsContainer(IResource) Method
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.
Determines whether the specified resource is a container resource.
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
Parameters
- resource
- IResource
The resource to check.
Returns
true if the specified resource is a container resource; otherwise, false.