BatchVmContainerType.Implicit Operator

Definition

Overloads

Implicit(String to BatchVmContainerType)

Source:
BatchVmContainerType.cs
Source:
BatchVmContainerType.cs

Converts a string to a BatchVmContainerType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BatchVmContainerType>)

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

Parameters

value
String

Returns

Applies to