ProviderAuthenticationScheme.Implicit Operator

Definition

Overloads

Implicit(String to ProviderAuthenticationScheme)

Source:
ProviderAuthenticationScheme.cs

Converts a string to a ProviderAuthenticationScheme.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<ProviderAuthenticationScheme>)

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

Parameters

value
String

Returns

Applies to