RuntimeProtectionEnforcementLevel.Implicit Operator

Definition

Overloads

Implicit(String to RuntimeProtectionEnforcementLevel)

Source:
RuntimeProtectionEnforcementLevel.cs
Source:
RuntimeProtectionEnforcementLevel.cs

Converts a string to a RuntimeProtectionEnforcementLevel.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<RuntimeProtectionEnforcementLevel>)

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

Parameters

value
String

Returns

Applies to