BlobIndexerImageAction.Implicit Operator

Definition

Overloads

Implicit(String to BlobIndexerImageAction)

Source:
BlobIndexerImageAction.cs
Source:
BlobIndexerImageAction.cs

Converts a string to a BlobIndexerImageAction.

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

Parameters

value
String

The value.

Returns

Applies to

Implicit(String to Nullable<BlobIndexerImageAction>)

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

Parameters

value
String

Returns

Applies to