FirewallLogOption.Implicit Operator

Definition

Overloads

Implicit(String to FirewallLogOption)

Source:
FirewallLogOption.cs

Converts a string to a FirewallLogOption.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<FirewallLogOption>)

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

Parameters

value
String

Returns

Applies to