Package version:

Interface ZonesUpdateOptionalParams

Optional parameters.

interface ZonesUpdateOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • ZonesUpdateOptionalParams

Properties

Properties

ifMatch?: 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.