SearchModelFactory.CreatedResources Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Resources created by the knowledge source. Keys represent resource types (e.g., 'datasource', 'indexer', 'skillset', 'index') and values represent resource names.
public static Azure.Search.Documents.Indexes.Models.CreatedResources CreatedResources(System.Collections.Generic.IReadOnlyDictionary<string,string> additionalProperties = default);
static member CreatedResources : System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.Search.Documents.Indexes.Models.CreatedResources
Public Shared Function CreatedResources (Optional additionalProperties As IReadOnlyDictionary(Of String, String) = Nothing) As CreatedResources
Parameters
- additionalProperties
- IReadOnlyDictionary<String,String>
Returns
A new CreatedResources instance for mocking.