ThreatProtectionName.Implicit Operator

Definition

Overloads

Implicit(String to ThreatProtectionName)

Source:
ThreatProtectionName.cs
Source:
ThreatProtectionName.cs

Converts a string to a ThreatProtectionName.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ThreatProtectionName>)

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

Parameters

value
String

Returns

Applies to