Package version:

Interface IntegrationRuntimesGetOptionalParams

Optional parameters.

interface IntegrationRuntimesGetOptionalParams {
    ifNoneMatch?: string;
}

Hierarchy

  • unknown
    • IntegrationRuntimesGetOptionalParams

Properties

Properties

ifNoneMatch?: string

ETag of the integration runtime 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.