We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a0e20c commit 8344bbfCopy full SHA for 8344bbf
sdk/storage_blobs/src/options/access_tier.rs
@@ -3,6 +3,7 @@ use azure_core::headers::{self, Header};
3
create_enum!(
4
AccessTier,
5
(Hot, "Hot"),
6
+ (Cold, "Cold"),
7
(Cool, "Cool"),
8
(Archive, "Archive")
9
);
0 commit comments