ISearchService.Status Property

Definition

Gets The status of the Search service. Possible values include: 'running': the Search service is running and no provisioning operations are underway. 'provisioning': the Search service is being provisioned or scaled up or down. 'deleting': the Search service is being deleted. 'degraded': the Search service is degraded. This can occur when the underlying search units are not healthy. The Search service is most likely operational, but performance might be slow and some requests might be dropped. 'disabled': the Search service is disabled. In this state, the service will reject all API requests. 'error': the Search service is in an error state. If your service is in the degraded, disabled, or error states, it means the Azure Search team is actively investigating the underlying issue. Dedicated services in these states are still chargeable based on the number of search units provisioned.

public Microsoft.Azure.Management.Search.Fluent.Models.SearchServiceStatus Status { get; }
member this.Status : Microsoft.Azure.Management.Search.Fluent.Models.SearchServiceStatus
Public ReadOnly Property Status As SearchServiceStatus

Property Value

Applies to