NginxDeploymentWafPolicyCompilingStatusCode.Implicit Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Implicit(String to NginxDeploymentWafPolicyCompilingStatusCode)
Converts a string to a NginxDeploymentWafPolicyCompilingStatusCode.
public static implicit operator Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyCompilingStatusCode(string value);
static member op_Implicit : string -> Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyCompilingStatusCode
Public Shared Widening Operator CType (value As String) As NginxDeploymentWafPolicyCompilingStatusCode
Parameters
- value
- String
The value.
Returns
Applies to
Implicit(String to Nullable<NginxDeploymentWafPolicyCompilingStatusCode>)
public static implicit operator Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyCompilingStatusCode?(string value);
static member op_Implicit : string -> Nullable<Azure.ResourceManager.Nginx.Models.NginxDeploymentWafPolicyCompilingStatusCode>
Public Shared Widening Operator CType (value As String) As Nullable(Of NginxDeploymentWafPolicyCompilingStatusCode)
Parameters
- value
- String