Package version:

Interface LinkedServicesGetOptionalParams

Optional parameters.

interface LinkedServicesGetOptionalParams {
    ifNoneMatch?: string;
}

Hierarchy

  • unknown
    • LinkedServicesGetOptionalParams

Properties

Properties

ifNoneMatch?: string

ETag of the linked service entity. Should only be specified for get. If the ETag matches the existing entity tag, or if * was provided, then no content will be returned.