Udostępnij za pośrednictwem


AzureSearchSettings.Endpoint Property

Definition

Gets or sets a Uri referencing the Azure AI Search endpoint. This is likely to be similar to "https://{search_service}.search.windows.net".

public Uri? Endpoint { get; set; }
member this.Endpoint : Uri with get, set
Public Property Endpoint As Uri

Property Value

Uri

Remarks

Must not contain shared access signature. Used along with Credential or Key to establish the connection.

Applies to