Skip to content
Docs Try Aspire

IAzureResource Properties

Interface Properties 1 member
Represents an Azure resource, as a marker interface for ApplicationModel.IResource 's that can be deployed to an Azure resource group.
ProvisioningTaskCompletionSource Section titled ProvisioningTaskCompletionSource abstractnullable TaskCompletionSource?
Set by the AzureProvisioner to indicate the task that is provisioning the resource.
public abstract TaskCompletionSource? ProvisioningTaskCompletionSource { get; set; }