Share via


LocationMode Enum

Definition

Specifies the ___location mode to indicate which ___location should receive the request.

public enum LocationMode
type LocationMode = 
Public Enum LocationMode
Inheritance
LocationMode

Fields

Name Value Description
PrimaryOnly 0

Requests are always sent to the primary ___location.

PrimaryThenSecondary 1

Requests are always sent to the primary ___location first. If a request fails, it is sent to the secondary ___location.

SecondaryOnly 2

Requests are always sent to the secondary ___location.

SecondaryThenPrimary 3

Requests are always sent to the secondary ___location first. If a request fails, it is sent to the primary ___location.

Applies to