IPsecEncryption.Implicit Operator

Definition

Overloads

Implicit(String to IPsecEncryption)

Source:
IPsecEncryption.cs
Source:
IPsecEncryption.cs

Converts a string to a IPsecEncryption.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<IPsecEncryption>)

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

Parameters

value
String

Returns

Applies to