Class BlobContainersCreateOrUpdateImmutabilityPolicyHeaders
java.lang.Object
com.microsoft.azure.management.storage.BlobContainersCreateOrUpdateImmutabilityPolicyHeaders
Defines headers for CreateOrUpdateImmutabilityPolicy operation.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioneTag()
Get the ETag HTTP response header.Set the ETag HTTP response header.
-
Constructor Details
-
BlobContainersCreateOrUpdateImmutabilityPolicyHeaders
public BlobContainersCreateOrUpdateImmutabilityPolicyHeaders()
-
-
Method Details
-
eTag
Get the ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers.- Returns:
- the eTag value
-
withETag
Set the ETag HTTP response header. This is an opaque string. You can use it to detect whether the resource has changed between requests. In particular, you can pass the ETag to one of the If-Match or If-None-Match headers.- Parameters:
eTag
- the eTag value to set- Returns:
- the BlobContainersCreateOrUpdateImmutabilityPolicyHeaders object itself.
-