OutputFieldMappingEntry(String) Constructor

Definition

Initializes a new instance of OutputFieldMappingEntry.

public OutputFieldMappingEntry (string name);
new Azure.Search.Documents.Indexes.Models.OutputFieldMappingEntry : string -> Azure.Search.Documents.Indexes.Models.OutputFieldMappingEntry
Public Sub New (name As String)

Parameters

name
String

The name of the output defined by the skill.

Exceptions

name is null.

Applies to