ScriptShellType.Implicit Operator

Definition

Overloads

Implicit(String to ScriptShellType)

Source:
ScriptShellType.cs
Source:
ScriptShellType.cs

Converts a string to a ScriptShellType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ScriptShellType>)

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

Parameters

value
String

Returns

Applies to