Share via


WebAppParameterType.Implicit(String to WebAppParameterType) Operator

Definition

Converts a String to a WebAppParameterType.

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

Parameters

value
String

Returns

Applies to