Language

SystemDatastoresAuthMode.Implicit Operator

Definition

Overloads

Implicit(String to SystemDatastoresAuthMode)

Source:
SystemDatastoresAuthMode.cs

Converts a string to a SystemDatastoresAuthMode.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<SystemDatastoresAuthMode>)

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

Parameters

value
String

Returns

Applies to