ProjectsAgentsModelFactory.SkillVersionDeletionResult 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.
A deleted skill version.
public static Azure.AI.Projects.Agents.SkillVersionDeletionResult SkillVersionDeletionResult(string id = default, string name = default, bool deleted = false, string version = default);
static member SkillVersionDeletionResult : string * string * bool * string -> Azure.AI.Projects.Agents.SkillVersionDeletionResult
Public Shared Function SkillVersionDeletionResult (Optional id As String = Nothing, Optional name As String = Nothing, Optional deleted As Boolean = false, Optional version As String = Nothing) As SkillVersionDeletionResult
Parameters
- id
- String
The unique identifier of the deleted skill version.
- name
- String
The name of the skill.
- deleted
- Boolean
Whether the skill version was successfully deleted.
- version
- String
The version that was deleted.
Returns
A new SkillVersionDeletionResult instance for mocking.