Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UserAssignedIdentitiesListAssociatedResourcesOptionalParams

Package version

Optional parameters.

Hierarchy

  • any
    • UserAssignedIdentitiesListAssociatedResourcesOptionalParams

Index

Properties

Optional filter

filter: undefined | string

OData filter expression to apply to the query.

Optional orderby

orderby: undefined | string

OData orderBy expression to apply to the query.

Optional skip

skip: undefined | number

Number of records to skip.

Optional skiptoken

skiptoken: undefined | string

A skip token is used to continue retrieving items after an operation returns a partial result. If a previous response contains a nextLink element, the value of the nextLink element will include a skipToken parameter that specifies a starting point to use for subsequent calls.

Optional top

top: undefined | number

Number of records to return.

Generated using TypeDoc