Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Skillsets

Package version

Class representing a Skillsets.

Hierarchy

  • Skillsets

Index

Constructors

constructor

Methods

create

createOrUpdate

  • createOrUpdate(skillsetName: string, skillset: Skillset, options?: Models.SkillsetsCreateOrUpdateOptionalParams): Promise<Models.SkillsetsCreateOrUpdateResponse>
  • createOrUpdate(skillsetName: string, skillset: Skillset, callback: coreHttp.ServiceCallback<Skillset>): void
  • createOrUpdate(skillsetName: string, skillset: Skillset, options: SkillsetsCreateOrUpdateOptionalParams, callback: coreHttp.ServiceCallback<Skillset>): void
  • Creates a new skillset in a search service or updates the skillset if it already exists.

    Parameters

    • skillsetName: string

      The name of the skillset to create or update.

    • skillset: Skillset

      The skillset containing one or more skills to create or update in a search service.

    • Optional options: Models.SkillsetsCreateOrUpdateOptionalParams

    Returns Promise<Models.SkillsetsCreateOrUpdateResponse>

    Promise<Models.SkillsetsCreateOrUpdateResponse>

  • Parameters

    • skillsetName: string

      The name of the skillset to create or update.

    • skillset: Skillset

      The skillset containing one or more skills to create or update in a search service.

    • callback: coreHttp.ServiceCallback<Skillset>

      The callback

    Returns void

  • Parameters

    • skillsetName: string

      The name of the skillset to create or update.

    • skillset: Skillset

      The skillset containing one or more skills to create or update in a search service.

    • options: SkillsetsCreateOrUpdateOptionalParams

      The optional parameters

    • callback: coreHttp.ServiceCallback<Skillset>

      The callback

    Returns void

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?: Models.SkillsetsGetOptionalParams): Promise<Models.SkillsetsGetResponse>
  • get(skillsetName: string, callback: coreHttp.ServiceCallback<Skillset>): void
  • get(skillsetName: string, options: SkillsetsGetOptionalParams, callback: coreHttp.ServiceCallback<Skillset>): void

list

Generated using TypeDoc