Freigeben über


WebApplicationFirewallActivationState.Implicit Operator

Definition

Overloads

Implicit(String to WebApplicationFirewallActivationState)

Source:
WebApplicationFirewallActivationState.cs

Converts a string to a WebApplicationFirewallActivationState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<WebApplicationFirewallActivationState>)

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

Parameters

value
String

Returns

Applies to