IndexerExecutionEnvironment Struct

Definition

Specifies the environment in which the indexer should execute.

public readonly struct IndexerExecutionEnvironment : IEquatable<Azure.Search.Documents.Indexes.Models.IndexerExecutionEnvironment>
type IndexerExecutionEnvironment = struct
Public Structure IndexerExecutionEnvironment
Implements IEquatable(Of IndexerExecutionEnvironment)
Inheritance
IndexerExecutionEnvironment
Implements

Constructors

IndexerExecutionEnvironment(String)

Initializes a new instance of IndexerExecutionEnvironment.

Properties

Private

Indicates that the indexer should run with the environment provisioned specifically for the search service. This should only be specified as the execution environment if the indexer needs to access resources securely over shared private link resources.

Standard

Indicates that the search service can determine where the indexer should execute. This is the default environment when nothing is specified and is the recommended value.

Methods

Equals(IndexerExecutionEnvironment)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(IndexerExecutionEnvironment, IndexerExecutionEnvironment)

Determines if two IndexerExecutionEnvironment values are the same.

Implicit(String to IndexerExecutionEnvironment)

Converts a string to a IndexerExecutionEnvironment.

Inequality(IndexerExecutionEnvironment, IndexerExecutionEnvironment)

Determines if two IndexerExecutionEnvironment values are not the same.

Applies to