ContentHash Class

The content hash.

Inheritance
azure.mgmt.web._serialization.Model
ContentHash

Constructor

ContentHash(*, algorithm: str | None = None, value: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
algorithm
str

The algorithm of the content hash.

value
str

The value of the content hash.

Variables

Name Description
algorithm
str

The algorithm of the content hash.

value
str

The value of the content hash.