GetManagementGroupPlainArgs

data class GetManagementGroupPlainArgs(val expand: String? = null, val filter: String? = null, val groupId: String, val recurse: Boolean? = null) : ConvertibleToJava<GetManagementGroupPlainArgs>

Constructors

Link copied to clipboard
constructor(expand: String? = null, filter: String? = null, groupId: String, recurse: Boolean? = null)

Properties

Link copied to clipboard
val expand: String? = null

The $expand=children query string parameter allows clients to request inclusion of children in the response payload. $expand=path includes the path from the root group to the current group. $expand=ancestors includes the ancestor Ids of the current group.

Link copied to clipboard
val filter: String? = null

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

Link copied to clipboard

Management Group ID.

Link copied to clipboard
val recurse: Boolean? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): GetManagementGroupPlainArgs