Share via


DeliveryAction.Implicit Operator

Definition

Overloads

Implicit(DeliveryAction to String)

Implicit operator to convert DeliveryAction to string

Implicit(String to DeliveryAction)

Implicit operator to convert string to DeliveryAction

Implicit(DeliveryAction to String)

Implicit operator to convert DeliveryAction to string

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

Parameters

e
DeliveryAction

the value to convert to an instance of DeliveryAction.

Returns

Applies to

Implicit(String to DeliveryAction)

Implicit operator to convert string to DeliveryAction

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

Parameters

value
String

the value to convert to an instance of DeliveryAction.

Returns

Applies to