InboundEndpointIPAllocationMethod.Implicit Operator

Definition

Overloads

Implicit(String to InboundEndpointIPAllocationMethod)

Source:
InboundEndpointIPAllocationMethod.cs
Source:
InboundEndpointIPAllocationMethod.cs

Converts a string to a InboundEndpointIPAllocationMethod.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<InboundEndpointIPAllocationMethod>)

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

Parameters

value
String

Returns

Applies to