AzureSearchResource Properties
Class Properties 5 members
Represents an Azure AI Search resource.
Gets the "connectionString" output reference from the Azure AI Search resource.
public BicepOutputReference ConnectionString { get; }Remarks
This connection string will assume you're deploying to public Azure.
Gets the connection string template for the manifest for the resource.
public ReferenceExpression ConnectionStringExpression { get; } Gets the service endpoint URI expression for the Azure AI Search resource.
public BicepOutputReference Endpoint { get; }Remarks
Format:
https://{name}.search.windows.net. Gets the "name" output reference for the resource.
public BicepOutputReference NameOutputReference { get; } Gets the service endpoint URI expression for the Azure AI Search resource.
public ReferenceExpression UriExpression { get; }Remarks
Format:
https://{name}.search.windows.net.