Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PoolListByBatchAccountOptionalParams

Package version

interface

An interface representing PoolListByBatchAccountOptionalParams. Optional Parameters.

extends

RequestOptionsBase

Hierarchy

  • any
    • PoolListByBatchAccountOptionalParams

Index

Properties

Properties

Optional filter

filter: undefined | string
member

{string} [filter] OData filter expression. Valid properties for filtering are:

name properties/allocationState properties/allocationStateTransitionTime properties/creationTime properties/provisioningState properties/provisioningStateTransitionTime properties/lastModified properties/vmSize properties/interNodeCommunication properties/scaleSettings/autoScale properties/scaleSettings/fixedScale

Optional maxresults

maxresults: undefined | number
member

{number} [maxresults] The maximum number of items to return in the response.

Optional select

select: undefined | string
member

{string} [select] Comma separated list of properties that should be returned. e.g. "properties/provisioningState". Only top level properties under properties/ are valid for selection.

Generated using TypeDoc