你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OutputDeliveryMode.Implicit Operator

Definition

Overloads

Implicit(OutputDeliveryMode to String)

Implicit operator to convert OutputDeliveryMode to string

Implicit(String to OutputDeliveryMode)

Implicit operator to convert string to OutputDeliveryMode

Implicit(OutputDeliveryMode to String)

Implicit operator to convert OutputDeliveryMode to string

public static implicit operator string (Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode e);
static member op_Implicit : Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode -> string
Public Shared Widening Operator CType (e As OutputDeliveryMode) As String

Parameters

e
OutputDeliveryMode

the value to convert to an instance of OutputDeliveryMode.

Returns

Applies to

Implicit(String to OutputDeliveryMode)

Implicit operator to convert string to OutputDeliveryMode

public static implicit operator Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode (string value);
static member op_Implicit : string -> Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.OutputDeliveryMode
Public Shared Widening Operator CType (value As String) As OutputDeliveryMode

Parameters

value
String

the value to convert to an instance of OutputDeliveryMode.

Returns

Applies to