SecureDeliveryProtocolType.Implicit Operator

Definition

Overloads

Implicit(String to SecureDeliveryProtocolType)

Source:
SecureDeliveryProtocolType.cs
Source:
SecureDeliveryProtocolType.cs

Converts a string to a SecureDeliveryProtocolType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SecureDeliveryProtocolType>)

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

Parameters

value
String

Returns

Applies to