FrontDoorExperimentState.Implicit Operator

Definition

Overloads

Implicit(String to FrontDoorExperimentState)

Source:
FrontDoorExperimentState.cs
Source:
FrontDoorExperimentState.cs

Converts a string to a FrontDoorExperimentState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<FrontDoorExperimentState>)

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

Parameters

value
String

Returns

Applies to