Share via


AzureSqlServerResource.AzureSqlDatabases Property

Definition

A dictionary where the key is the resource name and the value is the Azure SQL database resource.

public System.Collections.Generic.IReadOnlyDictionary<string,Aspire.Hosting.Azure.AzureSqlDatabaseResource> AzureSqlDatabases { get; }
member this.AzureSqlDatabases : System.Collections.Generic.IReadOnlyDictionary<string, Aspire.Hosting.Azure.AzureSqlDatabaseResource>
Public ReadOnly Property AzureSqlDatabases As IReadOnlyDictionary(Of String, AzureSqlDatabaseResource)

Property Value

Applies to