Azure.Storage.Files.DataLake.Models.DataLakeStaticWebsite
The properties that enable an account to host a 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();
}
}