MongoClusterAuthenticationMode.Implicit Operator

Definition

Overloads

Implicit(String to MongoClusterAuthenticationMode)

Source:
MongoClusterAuthenticationMode.cs
Source:
MongoClusterAuthenticationMode.cs

Converts a string to a MongoClusterAuthenticationMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<MongoClusterAuthenticationMode>)

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

Parameters

value
String

Returns

Applies to