AzureOpenAIResource.Deployments Property

Definition

Gets the list of deployments of the Azure OpenAI resource.

public System.Collections.Generic.IReadOnlyList<Aspire.Hosting.ApplicationModel.AzureOpenAIDeployment> Deployments { get; }
member this.Deployments : System.Collections.Generic.IReadOnlyList<Aspire.Hosting.ApplicationModel.AzureOpenAIDeployment>
Public ReadOnly Property Deployments As IReadOnlyList(Of AzureOpenAIDeployment)

Property Value

Applies to