RedisRebootType.Implicit Operator

Definition

Overloads

Implicit(String to RedisRebootType)

Source:
RedisRebootType.cs
Source:
RedisRebootType.cs

Converts a string to a RedisRebootType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<RedisRebootType>)

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

Parameters

value
String

Returns

Applies to