Share via


ScheduleRun.Explicit(ClientResult to ScheduleRun) Operator

Definition

public static explicit operator Azure.AI.Projects.ScheduleRun(System.ClientModel.ClientResult result);
static member op_Explicit : System.ClientModel.ClientResult -> Azure.AI.Projects.ScheduleRun
Public Shared Narrowing Operator CType (result As ClientResult) As ScheduleRun

Parameters

result
ClientResult

The ClientResult to deserialize the ScheduleRun from.

Returns

Applies to