Share via


AgentManifestOptions.Implicit(AgentManifestOptions to BinaryContent) Operator

Definition

public static implicit operator System.ClientModel.BinaryContent(Azure.AI.Projects.AgentManifestOptions agentManifestOptions);
static member op_Implicit : Azure.AI.Projects.AgentManifestOptions -> System.ClientModel.BinaryContent
Public Shared Widening Operator CType (agentManifestOptions As AgentManifestOptions) As BinaryContent

Parameters

agentManifestOptions
AgentManifestOptions

The AgentManifestOptions to serialize into BinaryContent.

Returns

Applies to