Lingua

DdosSettingsProtectionCoverage.Implicit Operator

Definition

Overloads

Implicit(String to DdosSettingsProtectionCoverage)

Source:
DdosSettingsProtectionCoverage.MissingTypeCompatibility.cs
Source:
DdosSettingsProtectionCoverage.MissingTypeCompatibility.cs

Converts a string to a DdosSettingsProtectionCoverage.

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

Parameters

value
String

Returns

Applies to

Implicit(String to Nullable<DdosSettingsProtectionCoverage>)

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

Parameters

value
String

Returns

Applies to