Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface OnlineEndpointsListOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • OnlineEndpointsListOptionalParams

Index

Properties

Optional computeType

computeType: EndpointComputeType

EndpointComputeType to be filtered by.

Optional count

count: undefined | number

Number of endpoints to be retrieved in a page of results.

Optional name

name: undefined | string

Name of the endpoint.

Optional orderBy

orderBy: OrderString

The option to order the response.

Optional properties

properties: undefined | string

A set of properties with which to filter the returned models. It is a comma separated string of properties key and/or properties key=value Example: propKey1,propKey2,propKey3=value3 .

Optional skip

skip: undefined | string

Continuation token for pagination.

Optional tags

tags: undefined | string

A set of tags with which to filter the returned models. It is a comma separated string of tags key or tags key=value. Example: tagKey1,tagKey2,tagKey3=value3 .

Generated using TypeDoc