public final class SearchIndexerDataSourceType extends com.azure.core.util.ExpandableStringEnum<SearchIndexerDataSourceType>
| Modifier and Type | Field and Description |
|---|---|
static SearchIndexerDataSourceType |
AZURE_BLOB
Static value azureblob for SearchIndexerDataSourceType.
|
static SearchIndexerDataSourceType |
AZURE_SQL
Static value azuresql for SearchIndexerDataSourceType.
|
static SearchIndexerDataSourceType |
AZURE_TABLE
Static value azuretable for SearchIndexerDataSourceType.
|
static SearchIndexerDataSourceType |
COSMOS_DB
Static value cosmosdb for SearchIndexerDataSourceType.
|
static SearchIndexerDataSourceType |
MY_SQL
Static value mysql for SearchIndexerDataSourceType.
|
| Constructor and Description |
|---|
SearchIndexerDataSourceType() |
| Modifier and Type | Method and Description |
|---|---|
static SearchIndexerDataSourceType |
fromString(String name)
Creates or finds a SearchIndexerDataSourceType from its string representation.
|
static Collection<SearchIndexerDataSourceType> |
values() |
public static final SearchIndexerDataSourceType AZURE_SQL
public static final SearchIndexerDataSourceType COSMOS_DB
public static final SearchIndexerDataSourceType AZURE_BLOB
public static final SearchIndexerDataSourceType AZURE_TABLE
public static final SearchIndexerDataSourceType MY_SQL
public static SearchIndexerDataSourceType fromString(String name)
name - a name to look for.public static Collection<SearchIndexerDataSourceType> values()
Copyright © 2020 Microsoft Corporation. All rights reserved.