Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphHashes
-
Packages that use MicrosoftGraphHashes Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient. -
-
Uses of MicrosoftGraphHashes in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphHashes Modifier and Type Method Description MicrosoftGraphHashes
MicrosoftGraphFile. hashes()
Get the hashes property: hashes.MicrosoftGraphHashes
MicrosoftGraphHashes. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: hashes.MicrosoftGraphHashes
MicrosoftGraphHashes. withCrc32Hash(String crc32Hash)
Set the crc32Hash property: The CRC32 value of the file in little endian (if available).MicrosoftGraphHashes
MicrosoftGraphHashes. withQuickXorHash(String quickXorHash)
Set the quickXorHash property: A proprietary hash of the file that can be used to determine if the contents of the file have changed (if available).MicrosoftGraphHashes
MicrosoftGraphHashes. withSha1Hash(String sha1Hash)
Set the sha1Hash property: SHA1 hash for the contents of the file (if available).MicrosoftGraphHashes
MicrosoftGraphHashes. withSha256Hash(String sha256Hash)
Set the sha256Hash property: SHA256 hash for the contents of the file (if available).Methods in com.azure.resourcemanager.authorization.fluent.models with parameters of type MicrosoftGraphHashes Modifier and Type Method Description MicrosoftGraphFile
MicrosoftGraphFile. withHashes(MicrosoftGraphHashes hashes)
Set the hashes property: hashes.
-