PolicyEnabledState.Implicit Operator

Definition

Overloads

Implicit(String to PolicyEnabledState)

Source:
PolicyEnabledState.cs
Source:
PolicyEnabledState.cs

Converts a string to a PolicyEnabledState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<PolicyEnabledState>)

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

Parameters

value
String

Returns

Applies to