Freigeben über


NginxPrivateIPAllocationMethod.Implicit Operator

Definition

Overloads

Implicit(String to NginxPrivateIPAllocationMethod)

Source:
NginxPrivateIPAllocationMethod.cs
Source:
NginxPrivateIPAllocationMethod.cs

Converts a string to a NginxPrivateIPAllocationMethod.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<NginxPrivateIPAllocationMethod>)

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

Parameters

value
String

Returns

Applies to