Skip to content
Docs Try Aspire

AzureOpenAIResource Properties

Class Properties 6 members
Represents an Azure OpenAI resource.
ConnectionString Section titled ConnectionString BicepOutputReference
Gets the "connectionString" output reference from the Azure OpenAI resource.
public BicepOutputReference ConnectionString { get; }
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string template for the manifest for the resource.
public ReferenceExpression ConnectionStringExpression { get; }
Gets the list of deployments of the Azure OpenAI resource.
public IReadOnlyList<AzureOpenAIDeployment> Deployments { get; }
Endpoint Section titled Endpoint BicepOutputReference
Gets the service endpoint URI expression for the Azure OpenAI resource.
public BicepOutputReference Endpoint { get; }
NameOutputReference Section titled NameOutputReference BicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; }
UriExpression Section titled UriExpression ReferenceExpression
Gets the connection URI expression for the Azure OpenAI endpoint.
public ReferenceExpression UriExpression { get; }
Format: The Azure OpenAI endpoint URL.