Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PoliciesListOptionalParams

Package version

Optional Parameters.

Hierarchy

  • any
    • PoliciesListOptionalParams

Index

Properties

Properties

Optional expand

expand: undefined | string

Specify the $expand query. Example: 'properties($select=description)'

Optional filter

filter: undefined | string

The filter to apply to the operation. Example: '$filter=contains(name,'myName')

Optional orderby

orderby: undefined | string

The ordering expression for the results, using OData notation. Example: '$orderby=name desc'

Optional top

top: undefined | number

The maximum number of resources to return from the operation. Example: '$top=10'

Generated using TypeDoc