Package version:

Interface ConnectedRegistriesListOptionalParams

Optional parameters.

interface ConnectedRegistriesListOptionalParams {
    filter?: string;
}

Hierarchy

  • unknown
    • ConnectedRegistriesListOptionalParams

Properties

Properties

filter?: string

An OData filter expression that describes a subset of connectedRegistries to return. The parameters that can be filtered are parent.id (the resource id of the connectedRegistry parent), mode, and connectionState. The supported operator is eq.