Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphHashes
Packages that use MicrosoftGraphHashes
Package
Description
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 MicrosoftGraphHashesModifier and TypeMethodDescriptionMicrosoftGraphFile.hashes()Get the hashes property: hashes.MicrosoftGraphHashes.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: hashes.MicrosoftGraphHashes.withCrc32Hash(String crc32Hash) Set the crc32Hash property: The CRC32 value of the file in little endian (if available).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.withSha1Hash(String sha1Hash) Set the sha1Hash property: SHA1 hash for the contents of the file (if available).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 MicrosoftGraphHashesModifier and TypeMethodDescriptionMicrosoftGraphFile.withHashes(MicrosoftGraphHashes hashes) Set the hashes property: hashes.