Skip to main content

disable_zone

Function disable_zone 

Source
pub async fn disable_zone<C: ZoneWrite + ?Sized>(
    client: &C,
    zone: &str,
) -> Result<Value>
Expand description

Disable a DNS zone through a vendor-neutral zone writer.

ยงErrors

Returns any error reported by the selected DNS backend.