UpstreamAuthType.Implicit Operator

Definition

Overloads

Implicit(String to UpstreamAuthType)

Source:
UpstreamAuthType.cs
Source:
UpstreamAuthType.cs

Converts a string to a UpstreamAuthType.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<UpstreamAuthType>)

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

Parameters

value
String

Returns

Applies to