Package version:

Interface RecordSetsCreateOrUpdateOptionalParams

Optional parameters.

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

Hierarchy

  • unknown
    • RecordSetsCreateOrUpdateOptionalParams

Properties

ifMatch?: string

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

ifNoneMatch?: string

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