DnsServiceLogLevel.Implicit Operator

Definition

Overloads

Implicit(String to DnsServiceLogLevel)

Source:
DnsServiceLogLevel.cs
Source:
DnsServiceLogLevel.cs

Converts a string to a DnsServiceLogLevel.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DnsServiceLogLevel>)

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

Parameters

value
String

Returns

Applies to