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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python