DeliveryMode.Implicit(String to DeliveryMode) Operator

Definition

Converts a string to a DeliveryMode.

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

Parameters

value
String

Returns

Applies to