1 implementation of ITenantResource
Aspire.Hosting.Azure (1)
Provisioning\Internal\DefaultArmClientProvider.cs (1)
47private sealed class DefaultTenantResource(TenantResource tenantResource) : ITenantResource
6 references to ITenantResource
Aspire.Hosting.Azure (5)
Provisioning\Internal\DefaultArmClientProvider.cs (2)
23public async Task<(ISubscriptionResource subscription, ITenantResource tenant)> GetSubscriptionAndTenantAsync(CancellationToken cancellationToken = default) 28ITenantResource? tenantResource = null;
Provisioning\Internal\IProvisioningServices.cs (1)
82Task<(ISubscriptionResource subscription, ITenantResource tenant)> GetSubscriptionAndTenantAsync(CancellationToken cancellationToken = default);
Provisioning\ProvisioningContext.cs (2)
17ITenantResource tenant, 25public ITenantResource Tenant => tenant;
Aspire.Hosting.Azure.Tests (1)
ProvisioningTestHelpers.cs (1)
192/// Test implementation of <see cref="ITenantResource"/>.