SearchIndex.Explicit(Response to SearchIndex) Operator

Definition

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

Parameters

response
Response

The Response to deserialize the SearchIndex from.

Returns

Applies to