IPAddressDeleteOption.Implicit Operator

Definition

Overloads

Implicit(String to IPAddressDeleteOption)

Source:
IPAddressDeleteOption.cs
Source:
IPAddressDeleteOption.cs

Converts a string to a IPAddressDeleteOption.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<IPAddressDeleteOption>)

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

Parameters

value
String

Returns

Applies to