Uses of Class
com.azure.storage.blob.models.DeleteSnapshotsOptionType
-
Packages that use DeleteSnapshotsOptionType Package Description com.azure.storage.blob.models Package containing classes for AzureBlobStorage.com.azure.storage.blob.specialized 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 DeleteSnapshotsOptionType Modifier and Type Method Description static DeleteSnapshotsOptionTypeDeleteSnapshotsOptionType. fromString(String value)Parses a serialized value to a DeleteSnapshotsOptionType instance.static DeleteSnapshotsOptionTypeDeleteSnapshotsOptionType. valueOf(String name)Returns 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 DeleteSnapshotsOptionType Modifier and Type Method Description Mono<com.azure.core.http.rest.Response<Void>>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.
-