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