Management Functions
object ManagementFunctions
Functions
Link copied to clipboard
List all entities (Management Groups, Subscriptions, etc.) for the authenticated user. Uses Azure REST API version 2021-04-01. Other available API versions: 2020-05-01, 2020-10-01, 2023-04-01.
Link copied to clipboard
Gets the hierarchy settings defined at the Management Group level. Settings can only be set on the root Management Group of the hierarchy. Uses Azure REST API version 2021-04-01. Other available API versions: 2023-04-01.
suspend fun getHierarchySetting(argument: suspend GetHierarchySettingPlainArgsBuilder.() -> Unit): GetHierarchySettingResult
Link copied to clipboard
Get the details of the management group. Uses Azure REST API version 2021-04-01. Other available API versions: 2023-04-01.
suspend fun getManagementGroup(argument: suspend GetManagementGroupPlainArgsBuilder.() -> Unit): GetManagementGroupResult
suspend fun getManagementGroup(expand: String? = null, filter: String? = null, groupId: String, recurse: Boolean? = null): GetManagementGroupResult
Link copied to clipboard
suspend fun getManagementGroupSubscription(argument: GetManagementGroupSubscriptionPlainArgs): GetManagementGroupSubscriptionResult
Retrieves details about given subscription which is associated with the management group. Uses Azure REST API version 2021-04-01. Other available API versions: 2023-04-01.
suspend fun getManagementGroupSubscription(argument: suspend GetManagementGroupSubscriptionPlainArgsBuilder.() -> Unit): GetManagementGroupSubscriptionResult
suspend fun getManagementGroupSubscription(groupId: String, subscriptionId: String? = null): GetManagementGroupSubscriptionResult