Condividi tramite


ContainerServiceNetworkKubeProxyMode.Implicit Operator

Definition

Overloads

Implicit(String to ContainerServiceNetworkKubeProxyMode)

Source:
ContainerServiceNetworkKubeProxyMode.cs

Converts a string to a ContainerServiceNetworkKubeProxyMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ContainerServiceNetworkKubeProxyMode>)

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

Parameters

value
String

Returns

Applies to