UpdateChannel.Implicit Operator

Definition

Overloads

Implicit(String to UpdateChannel)

Source:
UpdateChannel.cs
Source:
UpdateChannel.cs

Converts a string to a UpdateChannel.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<UpdateChannel>)

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

Parameters

value
String

Returns

Applies to