Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Skillsets

Package version

Class representing a Skillsets.

Hierarchy

  • Skillsets

Index

Constructors

constructor

Methods

create

createOrUpdate

deleteMethod

  • deleteMethod(skillsetName: string, options?: Models.SkillsetsDeleteMethodOptionalParams): Promise<coreHttp.RestResponse>
  • deleteMethod(skillsetName: string, callback: coreHttp.ServiceCallback<void>): void
  • deleteMethod(skillsetName: string, options: SkillsetsDeleteMethodOptionalParams, callback: coreHttp.ServiceCallback<void>): void

get

  • get(skillsetName: string, options?: coreHttp.RequestOptionsBase): Promise<Models.SkillsetsGetResponse>
  • get(skillsetName: string, callback: coreHttp.ServiceCallback<SearchIndexerSkillset>): void
  • get(skillsetName: string, options: coreHttp.RequestOptionsBase, callback: coreHttp.ServiceCallback<SearchIndexerSkillset>): void

list

Generated using TypeDoc