IstioIngressGatewayMode.Implicit Operator

Definition

Overloads

Implicit(String to IstioIngressGatewayMode)

Source:
IstioIngressGatewayMode.cs
Source:
IstioIngressGatewayMode.cs

Converts a string to a IstioIngressGatewayMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<IstioIngressGatewayMode>)

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

Parameters

value
String

Returns

Applies to