SearchIndexerDataSourceType(String) Constructor

Definition

Initializes a new instance of SearchIndexerDataSourceType.

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

Parameters

value
String

Exceptions

value is null.

Applies to