interface CreateHostingDatabaseRequest {
    auto_grow_enabled?: boolean;
    azure_region: string;
    engine: HostingDatabaseEngine;
    high_availability_enabled?: boolean;
    name: string;
    plan: HostingDatabasePlan;
}

Properties

auto_grow_enabled?: boolean
azure_region: string
high_availability_enabled?: boolean
name: string

Generated using TypeDoc