Package version:

Interface LinkedServicesCreateOrUpdateOptionalParams

Optional parameters.

interface LinkedServicesCreateOrUpdateOptionalParams {
    ifMatch?: string;
}

Hierarchy

  • unknown
    • LinkedServicesCreateOrUpdateOptionalParams

Properties

Properties

ifMatch?: string

ETag of the linkedService entity. Should only be specified for update, for which it should match existing entity or can be * for unconditional update.