Create a Skillsets.
Reference to the service client.
Creates a new skillset in a search service.
The skillset containing one or more skills to create in a search service.
Promise<Models.SkillsetsCreateResponse>
The skillset containing one or more skills to create in a search service.
The callback
The skillset containing one or more skills to create in a search service.
The optional parameters
The callback
Creates a new skillset in a search service or updates the skillset if it already exists.
The name of the skillset to create or update.
The skillset containing one or more skills to create or update in a search service.
Promise<Models.SkillsetsCreateOrUpdateResponse>
The name of the skillset to create or update.
The skillset containing one or more skills to create or update in a search service.
The callback
The name of the skillset to create or update.
The skillset containing one or more skills to create or update in a search service.
The optional parameters
The callback
Deletes a skillset in a search service.
The name of the skillset to delete.
Promise<coreHttp.RestResponse>
The name of the skillset to delete.
The callback
The name of the skillset to delete.
The optional parameters
The callback
Retrieves a skillset in a search service.
The name of the skillset to retrieve.
Promise<Models.SkillsetsGetResponse>
The name of the skillset to retrieve.
The callback
The name of the skillset to retrieve.
The optional parameters
The callback
List all skillsets in a search service.
Promise<Models.SkillsetsListResponse>
The callback
The optional parameters
The callback
Generated using TypeDoc
Class representing a Skillsets.