Uses of Enum
com.azure.storage.blob.models.DeleteSnapshotsOptionType
Packages that use DeleteSnapshotsOptionType
Package
Description
Package containing the data models for AzureBlobStorage.
Package containing specialized clients for Azure Storage Blobs.
-
Uses of DeleteSnapshotsOptionType in com.azure.storage.blob.models
Methods in com.azure.storage.blob.models that return DeleteSnapshotsOptionTypeModifier and TypeMethodDescriptionstatic DeleteSnapshotsOptionTypeDeleteSnapshotsOptionType.fromString(String value) Parses a serialized value to a DeleteSnapshotsOptionType instance.static DeleteSnapshotsOptionTypeReturns the enum constant of this type with the specified name.static DeleteSnapshotsOptionType[]DeleteSnapshotsOptionType.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of DeleteSnapshotsOptionType in com.azure.storage.blob.specialized
Methods in com.azure.storage.blob.specialized with parameters of type DeleteSnapshotsOptionTypeModifier and TypeMethodDescriptionBlobAsyncClientBase.deleteIfExistsWithResponse(DeleteSnapshotsOptionType deleteBlobSnapshotOptions, BlobRequestConditions requestConditions) Deletes the specified blob or snapshot if it exists.com.azure.core.http.rest.Response<Boolean> BlobClientBase.deleteIfExistsWithResponse(DeleteSnapshotsOptionType deleteBlobSnapshotOptions, BlobRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Deletes the specified blob or snapshot if it exists.BlobAsyncClientBase.deleteWithResponse(DeleteSnapshotsOptionType deleteBlobSnapshotOptions, BlobRequestConditions requestConditions) Deletes the specified blob or snapshot.com.azure.core.http.rest.Response<Void> BlobClientBase.deleteWithResponse(DeleteSnapshotsOptionType deleteBlobSnapshotOptions, BlobRequestConditions requestConditions, Duration timeout, com.azure.core.util.Context context) Deletes the specified blob or snapshot.