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'
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python