DeliveryRuleSslProtocol.Implicit Operator

Definition

Overloads

Implicit(String to DeliveryRuleSslProtocol)

Source:
DeliveryRuleSslProtocol.cs
Source:
DeliveryRuleSslProtocol.cs

Converts a string to a DeliveryRuleSslProtocol.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<DeliveryRuleSslProtocol>)

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

Parameters

value
String

Returns

Applies to