IndexerExecutionEnvironment.Implicit Operator

Definition

Overloads

Implicit(String to IndexerExecutionEnvironment)

Source:
IndexerExecutionEnvironment.cs
Source:
IndexerExecutionEnvironment.cs

Converts a string to a IndexerExecutionEnvironment.

public static implicit operator Azure.Search.Documents.Indexes.Models.IndexerExecutionEnvironment(string value);
static member op_Implicit : string -> Azure.Search.Documents.Indexes.Models.IndexerExecutionEnvironment
Public Shared Widening Operator CType (value As String) As IndexerExecutionEnvironment

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<IndexerExecutionEnvironment>)

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

Parameters

value
String

Returns

Applies to