Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ManagementGroupsGetOptionalParams

Package version

interface

An interface representing ManagementGroupsGetOptionalParams. Optional Parameters.

extends

RequestOptionsBase

Hierarchy

  • any
    • ManagementGroupsGetOptionalParams

Index

Properties

Optional cacheControl

cacheControl: undefined | string
member

{string} [cacheControl] Indicates that the request shouldn't utilize any caches. Default value: 'no-cache' .

Optional expand

expand: Expand
member

{Expand} [expand] The $expand=children query string parameter allows clients to request inclusion of children in the response payload. Possible values include: 'children'

Optional filter

filter: undefined | string
member

{string} [filter] A filter which allows the exclusion of subscriptions from results (i.e. '$filter=children.childType ne Subscription')

Optional recurse

recurse: undefined | false | true
member

{boolean} [recurse] The $recurse=true query string parameter allows clients to request inclusion of entire hierarchy in the response payload. Note that $expand=children must be passed up if $recurse is set to true.

Generated using TypeDoc