Protocol Class
Specifies the protocol permitted for a SAS token. Note that HTTP only is not allowed.
- Inheritance
-
builtins.objectProtocol
Constructor
Protocol()
Attributes
HTTPS
Allow HTTPS requests only.
HTTPS = 'https'
HTTPS_HTTP
Allow HTTP and HTTPS requests.
HTTPS_HTTP = 'https,http'
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python