Package version:

Interface PrivateEndpointsCreateOrUpdateOptionalParams

Optional parameters.

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

Hierarchy

  • unknown
    • PrivateEndpointsCreateOrUpdateOptionalParams

Properties

ifMatch?: string

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

ifNoneMatch?: string

Set to '*' to allow a new resource to be created, but to prevent updating an existing record set. Other values will result in a 412 Pre-condition Failed response.

Generated using TypeDoc