<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.25.0-beta.1" />

Azure.Storage.Files.DataLake.Models.DataLakeServiceProperties

Data Lake Service Properties. Note that HNS-enabled storage accounts do not support static website.
namespace Azure.Storage.Files.DataLake.Models { public class DataLakeStaticWebsite { public bool Enabled { get; set; } public string IndexDocument { get; set; } public string ErrorDocument404Path { get; set; } public string DefaultIndexDocumentPath { get; set; } public DataLakeStaticWebsite(); } }