Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UsageDetailsListByDepartmentOptionalParams

Package version

interface

An interface representing UsageDetailsListByDepartmentOptionalParams. Optional Parameters.

extends

RequestOptionsBase

Hierarchy

  • any
    • UsageDetailsListByDepartmentOptionalParams

Index

Properties

Optional expand

expand: undefined | string
member

{string} [expand] May be used to expand the properties/additionalProperties or properties/meterDetails within a list of usage details. By default, these fields are not included when listing usage details.

Optional filter

filter: undefined | string
member

{string} [filter] May be used to filter usageDetails by properties/usageEnd (Utc time), properties/usageStart (Utc time), properties/resourceGroup, properties/instanceName, properties/instanceId or tags. The filter supports 'eq', 'lt', 'gt', 'le', 'ge', and 'and'. It does not currently support 'ne', 'or', or 'not'. Tag filter is a key value pair string where key and value is separated by a colon (:).

Optional queryOptions

queryOptions: QueryOptions
member

{QueryOptions} [queryOptions] Additional parameters for the operation

Optional skiptoken

skiptoken: undefined | string
member

{string} [skiptoken] Skiptoken is only used if a previous operation returned 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
member

{number} [top] May be used to limit the number of results to the most recent N usageDetails.

Generated using TypeDoc