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

TableSasProtocol Enum

Definition

Defines the protocols permitted for Storage requests made with a shared access signature.

public enum TableSasProtocol
type TableSasProtocol = 
Public Enum TableSasProtocol
Inheritance
TableSasProtocol

Fields

Name Value Description
None 0

No protocol has been specified. If no value is specified, the service will default to HttpsAndHttp.

HttpsAndHttp 1

Only requests issued over HTTPS or HTTP will be permitted.

Https 2

Only requests issued over HTTPS will be permitted.

Applies to