Поделиться через


ExistingAzureResourceExtensions.IsExisting(IResource) Method

Definition

Determines if the resource is an existing resource.

public static bool IsExisting(this Aspire.Hosting.ApplicationModel.IResource resource);
static member IsExisting : Aspire.Hosting.ApplicationModel.IResource -> bool
<Extension()>
Public Function IsExisting (resource As IResource) As Boolean

Parameters

resource
IResource

The resource to check.

Returns

True if the resource is an existing resource, otherwise false.

Applies to