RequestUriOperator.Implicit Operator

Definition

Overloads

Implicit(String to RequestUriOperator)

Source:
RequestUriOperator.cs
Source:
RequestUriOperator.cs

Converts a string to a RequestUriOperator.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<RequestUriOperator>)

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

Parameters

value
String

Returns

Applies to