Skip to content
Docs Try Aspire

AzureSearchResource Properties

Class Properties 5 members
Represents an Azure AI Search resource.
ConnectionString Section titled ConnectionString BicepOutputReference
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.
ConnectionStringExpression Section titled ConnectionStringExpression ReferenceExpression
Gets the connection string template for the manifest for the resource.
public ReferenceExpression ConnectionStringExpression { get; }
Endpoint Section titled Endpoint BicepOutputReference
Gets the service endpoint URI expression for the Azure AI Search resource.
public BicepOutputReference Endpoint { get; }
Format: https://{name}.search.windows.net.
NameOutputReference Section titled NameOutputReference BicepOutputReference
Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; }
UriExpression Section titled UriExpression ReferenceExpression
Gets the service endpoint URI expression for the Azure AI Search resource.
public ReferenceExpression UriExpression { get; }
Format: https://{name}.search.windows.net.