Bagikan melalui


BaseImageTriggerType.Implicit Operator

Definition

Overloads

Implicit(BaseImageTriggerType to String)

Implicit operator to convert BaseImageTriggerType to string

Implicit(String to BaseImageTriggerType)

Implicit operator to convert string to BaseImageTriggerType

Implicit(BaseImageTriggerType to String)

Implicit operator to convert BaseImageTriggerType to string

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

Parameters

e
BaseImageTriggerType

the value to convert to an instance of BaseImageTriggerType.

Returns

Applies to

Implicit(String to BaseImageTriggerType)

Implicit operator to convert string to BaseImageTriggerType

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

Parameters

value
String

the value to convert to an instance of BaseImageTriggerType.

Returns

Applies to