SearchIndexer.Explicit(Response to SearchIndexer) Operator

Definition

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

Parameters

response
Response

The Response to deserialize the SearchIndexer from.

Returns

Applies to