ContentHash Class
The content hash.
- Inheritance
-
azure.mgmt.web._serialization.ModelContentHash
Constructor
ContentHash(*, algorithm: str | None = None, value: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
algorithm
|
The algorithm of the content hash. |
value
|
The value of the content hash. |
Variables
Name | Description |
---|---|
algorithm
|
The algorithm of the content hash. |
value
|
The value of the content hash. |
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python