Condividi tramite


NginxIngressControllerType.Implicit Operator

Definition

Overloads

Implicit(String to NginxIngressControllerType)

Source:
NginxIngressControllerType.cs
Source:
NginxIngressControllerType.cs

Converts a string to a NginxIngressControllerType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<NginxIngressControllerType>)

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

Parameters

value
String

Returns

Applies to