Skip to content
DocsTry Aspire
DocsTry

AzureSearchResource Properties

ClassProperties6 members
Represents an Azure AI Search resource.
ConnectionStringSection titled ConnectionStringBicepOutputReference
Gets the "connectionString" output reference from the Azure AI Search resource.
public BicepOutputReference ConnectionString { get; }
This connection string will assume you're deploying to public Azure.
ConnectionStringExpressionSection titled ConnectionStringExpressionReferenceExpression
Gets the connection string template for the manifest for the resource.
public ReferenceExpression ConnectionStringExpression { get; }
EndpointSection titled EndpointBicepOutputReference
Gets the service endpoint URI expression for the Azure AI Search resource.
public BicepOutputReference Endpoint { get; }
Format: https://{name}.search.windows.net.
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 service endpoint URI expression for the Azure AI Search resource.
public ReferenceExpression UriExpression { get; }
Format: https://{name}.search.windows.net.