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. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python