ContainerType.Implicit Operator

Definition

Overloads

Implicit(String to ContainerType)

Source:
ContainerType.cs
Source:
ContainerType.cs

Converts a string to a ContainerType.

public static implicit operator Azure.Compute.Batch.ContainerType(string value);
static member op_Implicit : string -> Azure.Compute.Batch.ContainerType
Public Shared Widening Operator CType (value As String) As ContainerType

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ContainerType>)

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

Parameters

value
String

Returns

Applies to