PolicyEventType.Implicit Operator

Definition

Overloads

Implicit(String to PolicyEventType)

Source:
PolicyEventType.cs
Source:
PolicyEventType.cs

Converts a string to a PolicyEventType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<PolicyEventType>)

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

Parameters

value
String

Returns

Applies to