ContainerServiceNetworkIpvsScheduler.Implicit Operator

Definition

Overloads

Implicit(String to ContainerServiceNetworkIpvsScheduler)

Source:
ContainerServiceNetworkIpvsScheduler.cs

Converts a string to a ContainerServiceNetworkIpvsScheduler.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ContainerServiceNetworkIpvsScheduler>)

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

Parameters

value
String

Returns

Applies to