SphereImageType.Implicit Operator

Definition

Overloads

Implicit(String to SphereImageType)

Source:
SphereImageType.cs
Source:
SphereImageType.cs

Converts a string to a SphereImageType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SphereImageType>)

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

Parameters

value
String

Returns

Applies to