Freigeben über


GatewayApiIstioMode.Implicit Operator

Definition

Overloads

Implicit(String to GatewayApiIstioMode)

Source:
GatewayApiIstioMode.cs

Converts a string to a GatewayApiIstioMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<GatewayApiIstioMode>)

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

Parameters

value
String

Returns

Applies to