Azure.Storage.Blobs.Models.DeleteSnapshotsOptionExtensions
namespace Azure.Storage.Blobs.Models
{
internal static class DeleteSnapshotsOptionExtensions
{
public static string ToSerialString(this DeleteSnapshotsOption value);
public static DeleteSnapshotsOption ToDeleteSnapshotsOption(this string value);
}
}