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 MicrosoftGraphHashesMicrosoftGraphFile. hashes()Get the hashes property: hashes.MicrosoftGraphHashesMicrosoftGraphHashes. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: hashes.MicrosoftGraphHashesMicrosoftGraphHashes. withCrc32Hash(String crc32Hash)Set the crc32Hash property: The CRC32 value of the file in little endian (if available).MicrosoftGraphHashesMicrosoftGraphHashes. 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).MicrosoftGraphHashesMicrosoftGraphHashes. withSha1Hash(String sha1Hash)Set the sha1Hash property: SHA1 hash for the contents of the file (if available).MicrosoftGraphHashesMicrosoftGraphHashes. 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 MicrosoftGraphFileMicrosoftGraphFile. withHashes(MicrosoftGraphHashes hashes)Set the hashes property: hashes.
-