Package version:

Interface ZonesCreateOrUpdateOptionalParams

Optional parameters.

interface ZonesCreateOrUpdateOptionalParams {
    ifMatch?: string;
    ifNoneMatch?: string;
}

Hierarchy

  • unknown
    • ZonesCreateOrUpdateOptionalParams

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.

ifNoneMatch?: string

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