SearchIndexerStatus.Explicit(Response to SearchIndexerStatus) Operator

Definition

public static explicit operator Azure.Search.Documents.Indexes.Models.SearchIndexerStatus(Azure.Response response);
static member op_Explicit : Azure.Response -> Azure.Search.Documents.Indexes.Models.SearchIndexerStatus
Public Shared Narrowing Operator CType (response As Response) As SearchIndexerStatus

Parameters

response
Response

The Response to deserialize the SearchIndexerStatus from.

Returns

Applies to