UpdateTriggerPayloadType.Implicit Operator

Definition

Overloads

Implicit(UpdateTriggerPayloadType to String)

Implicit operator to convert UpdateTriggerPayloadType to string

Implicit(String to UpdateTriggerPayloadType)

Implicit operator to convert string to UpdateTriggerPayloadType

Implicit(UpdateTriggerPayloadType to String)

Implicit operator to convert UpdateTriggerPayloadType to string

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

Parameters

e
UpdateTriggerPayloadType

the value to convert to an instance of UpdateTriggerPayloadType.

Returns

Applies to

Implicit(String to UpdateTriggerPayloadType)

Implicit operator to convert string to UpdateTriggerPayloadType

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

Parameters

value
String

the value to convert to an instance of UpdateTriggerPayloadType.

Returns

Applies to