共用方式為


FunctionTriggerType.Implicit(String to FunctionTriggerType) Operator

Definition

Converts a String to a FunctionTriggerType.

public static implicit operator Azure.ResourceManager.AppService.Models.FunctionTriggerType (string value);
static member op_Implicit : string -> Azure.ResourceManager.AppService.Models.FunctionTriggerType
Public Shared Widening Operator CType (value As String) As FunctionTriggerType

Parameters

value
String

Returns

Applies to