你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Protocol Class

Specifies the protocol permitted for a SAS token. Note that HTTP only is not allowed.

Constructor

Protocol()

Attributes

HTTPS

Allow HTTPS requests only.

HTTPS = 'https'

HTTPS_HTTP

Allow HTTP and HTTPS requests.

HTTPS_HTTP = 'https,http'