LocationMode Class
Specifies the location the request should be sent to. This mode only applies for RA-GRS accounts which allow secondary read access. All other account types must use PRIMARY.
- Inheritance
-
builtins.objectLocationMode
Constructor
LocationMode()
Attributes
PRIMARY
Requests should be sent to the primary location.
PRIMARY = 'primary'
SECONDARY
Requests should be sent to the secondary location, if possible.
SECONDARY = 'secondary'
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python