CreatedResources Class
- java.
lang. Object - com.
azure. search. documents. indexes. models. CreatedResources
- com.
Implements
public final class CreatedResources
implements JsonSerializable<CreatedResources>
Resources created by the knowledge source. Keys represent resource types (e.g., 'datasource', 'indexer', 'skillset', 'index') and values represent resource names.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Created |
fromJson(JsonReader jsonReader)
Reads an instance of Created |
| Map<String,String> |
getAdditionalProperties()
Get the additional |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Method Details
fromJson
public static CreatedResources fromJson(JsonReader jsonReader)
Reads an instance of CreatedResources from the JsonReader.
Parameters:
Returns:
Throws:
getAdditionalProperties
public Map<String,String> getAdditionalProperties()
Get the additionalProperties property: Resources created by the knowledge source. Keys represent resource types (e.g., 'datasource', 'indexer', 'skillset', 'index') and values represent resource names.
Returns: