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'
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python