Condividi tramite


ContainerServiceWeekDay.Implicit Operator

Definition

Overloads

Implicit(String to ContainerServiceWeekDay)

Source:
ContainerServiceWeekDay.cs
Source:
ContainerServiceWeekDay.cs

Converts a string to a ContainerServiceWeekDay.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ContainerServiceWeekDay>)

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

Parameters

value
String

Returns

Applies to