Azure.Storage.Files.DataLake.Models.PathLeaseActionExtensions
namespace Azure.Storage.Files.DataLake.Models
{
internal static class PathLeaseActionExtensions
{
public static string ToSerialString(this PathLeaseAction value);
public static PathLeaseAction ToPathLeaseAction(this string value);
}
}