ImageVerificationType.Implicit Operator

Definition

Overloads

Implicit(String to ImageVerificationType)

Source:
ImageVerificationType.cs
Source:
ImageVerificationType.cs

Converts a string to a ImageVerificationType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ImageVerificationType>)

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

Parameters

value
String

Returns

Applies to