IndexerResyncBody.Implicit(IndexerResyncBody to RequestContent) Operator

Definition

public static implicit operator Azure.Core.RequestContent(Azure.Search.Documents.Indexes.Models.IndexerResyncBody indexerResyncBody);
static member op_Implicit : Azure.Search.Documents.Indexes.Models.IndexerResyncBody -> Azure.Core.RequestContent
Public Shared Widening Operator CType (indexerResyncBody As IndexerResyncBody) As RequestContent

Parameters

indexerResyncBody
IndexerResyncBody

The IndexerResyncBody to serialize into RequestContent.

Returns

Applies to