SearchIndexerDataSourceConnection.Explicit Operator

Definition

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

Parameters

response
Response

The Response to deserialize the SearchIndexerDataSourceConnection from.

Returns

Applies to