你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
SharedKeyAuth Class
- Inheritance
-
requests.auth.AuthBaseSharedKeyAuth
Constructor
SharedKeyAuth(header, account_name, key)
Parameters
Name | Description |
---|---|
header
Required
|
|
account_name
Required
|
|
key
Required
|
|
Attributes
headers_to_sign
headers_to_sign = ['content-encoding', 'content-language', 'content-length', 'content-md5', 'content-type', 'date', 'if-modified-since', 'if-match', 'if-none-match', 'if-unmodified-since', 'range']