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'
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python