DnsSecurityRuleState.Implicit Operator

Definition

Overloads

Implicit(String to DnsSecurityRuleState)

Source:
DnsSecurityRuleState.cs
Source:
DnsSecurityRuleState.cs

Converts a string to a DnsSecurityRuleState.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DnsSecurityRuleState>)

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

Parameters

value
String

Returns

Applies to