IPsecIntegrity.Implicit Operator

Definition

Overloads

Implicit(String to IPsecIntegrity)

Source:
IPsecIntegrity.cs
Source:
IPsecIntegrity.cs

Converts a string to a IPsecIntegrity.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<IPsecIntegrity>)

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

Parameters

value
String

Returns

Applies to