Language

MccCacheNodeOSType.Implicit Operator

Definition

Overloads

Implicit(String to MccCacheNodeOSType)

Source:
MccCacheNodeOSType.cs
Source:
MccCacheNodeOSType.cs

Converts a string to a MccCacheNodeOSType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MccCacheNodeOSType>)

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

Parameters

value
String

Returns

Applies to