Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ZonesCreateOrUpdateOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • ZonesCreateOrUpdateOptionalParams

Index

Properties

Properties

Optional ifMatch

ifMatch: undefined | string

The etag of the DNS zone. Omit this value to always overwrite the current zone. Specify the last-seen etag value to prevent accidentally overwriting any concurrent changes.

Optional ifNoneMatch

ifNoneMatch: undefined | string

Set to '*' to allow a new DNS zone to be created, but to prevent updating an existing zone. Other values will be ignored.

Generated using TypeDoc