FrontDoorProtocol.Implicit Operator

Definition

Overloads

Implicit(String to FrontDoorProtocol)

Source:
FrontDoorProtocol.cs
Source:
FrontDoorProtocol.cs

Converts a string to a FrontDoorProtocol.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<FrontDoorProtocol>)

Source:
FrontDoorProtocol.cs
public static implicit operator Azure.ResourceManager.FrontDoor.Models.FrontDoorProtocol?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.FrontDoor.Models.FrontDoorProtocol>
Public Shared Widening Operator CType (value As String) As Nullable(Of FrontDoorProtocol)

Parameters

value
String

Returns

Applies to