Uses of Class
com.azure.resourcemanager.automation.models.ContentHash
Packages that use ContentHash
Package
Description
Package containing the data models for AutomationClient.
-
Uses of ContentHash in com.azure.resourcemanager.automation.models
Methods in com.azure.resourcemanager.automation.models that return ContentHashModifier and TypeMethodDescriptionContentLink.contentHash()
Get the contentHash property: Gets or sets the hash.static ContentHash
ContentHash.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ContentHash from the JsonReader.ContentSource.hash()
Get the hash property: Gets or sets the hash.ContentHash.withAlgorithm
(String algorithm) Set the algorithm property: Gets or sets the content hash algorithm used to hash the content.Set the value property: Gets or sets expected hash value of the content.Methods in com.azure.resourcemanager.automation.models with parameters of type ContentHashModifier and TypeMethodDescriptionContentLink.withContentHash
(ContentHash contentHash) Set the contentHash property: Gets or sets the hash.ContentSource.withHash
(ContentHash hash) Set the hash property: Gets or sets the hash.