FirewallPolicyIdpsQuerySortOrder.Implicit Operator

Definition

Overloads

Implicit(String to FirewallPolicyIdpsQuerySortOrder)

Source:
FirewallPolicyIdpsQuerySortOrder.cs
Source:
FirewallPolicyIdpsQuerySortOrder.cs

Converts a string to a FirewallPolicyIdpsQuerySortOrder.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<FirewallPolicyIdpsQuerySortOrder>)

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

Parameters

value
String

Returns

Applies to