@@ -109,6 +109,7 @@ public BlobRequestConditions setLeaseId(String leaseId) {
109109
110110 /**
111111 * Gets the access-tier {@link OffsetDateTime} that the resource must have been modified since.
112+ * <b> Currently, this is only supported for the Delete Blob operation. </b>
112113 *
113114 * @return The access-tier {@link OffsetDateTime} that the resource must have been modified since.
114115 */
@@ -119,6 +120,7 @@ public OffsetDateTime getAccessTierIfModifiedSince() {
119120 /**
120121 * Optionally limits requests to resources that have had their access-tier modified since the specified
121122 * {@link OffsetDateTime}.
123+ * <b> Currently, this is only supported for the Delete Blob operation. </b>
122124 *
123125 * @param accessTierIfModifiedSince The access-tier {@link OffsetDateTime} that the resource must have been modified
124126 * since.
@@ -131,6 +133,7 @@ public BlobRequestConditions setAccessTierIfModifiedSince(OffsetDateTime accessT
131133
132134 /**
133135 * Gets the access-tier {@link OffsetDateTime} that the resource must have remained unmodified since.
136+ * <b> Currently, this is only supported for the Delete Blob operation. </b>
134137 *
135138 * @return The access-tier {@link OffsetDateTime} that the resource must have remained unmodified since.
136139 */
@@ -141,7 +144,8 @@ public OffsetDateTime getAccessTierIfUnmodifiedSince() {
141144 /**
142145 * Optionally limits requests to resources that have not had their access-tier modified since the specified
143146 * {@link OffsetDateTime}.
144- *
147+ * <b> Currently, this is only supported for the Delete Blob operation. </b>
148+ *
145149 * @param accessTierIfUnmodifiedSince The access-tier {@link OffsetDateTime} that the resource must have remained
146150 * unmodified since.
147151 * @return The updated BlobRequestConditions object.
0 commit comments