SphereOSFeedType.Implicit Operator

Definition

Overloads

Implicit(String to SphereOSFeedType)

Source:
SphereOSFeedType.cs
Source:
SphereOSFeedType.cs

Converts a string to a SphereOSFeedType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SphereOSFeedType>)

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

Parameters

value
String

Returns

Applies to