Skip to content
DocsTry Aspire
DocsTry

AzureOpenAIResource Properties

ClassProperties7 members
Represents an Azure OpenAI resource.
ConnectionStringSection titled ConnectionStringBicepOutputReference
Gets the "connectionString" output reference from the Azure OpenAI resource.
public BicepOutputReference ConnectionString { get; }
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
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; }
EndpointSection titled EndpointBicepOutputReference
Gets the service endpoint URI expression for the Azure OpenAI resource.
public BicepOutputReference Endpoint { get; }
IdSection titled IdBicepOutputReference
Gets the "id" output reference for the resource.
public BicepOutputReference Id { get; }
NameOutputReferenceSection titled NameOutputReferenceBicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; }
UriExpressionSection titled UriExpressionReferenceExpression
Gets the connection URI expression for the Azure OpenAI endpoint.
public ReferenceExpression UriExpression { get; }
Format: The Azure OpenAI endpoint URL.