ManagementFunctions

Functions

Link copied to clipboard

List all entities (Management Groups, Subscriptions, etc.) for the authenticated user. Uses Azure REST API version 2023-04-01. Other available API versions: 2021-04-01, 2024-02-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native management [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getEntity(argument: suspend GetEntityPlainArgsBuilder.() -> Unit): GetEntityResult
suspend fun getEntity(filter: String? = null, groupName: String? = null, search: String? = null, select: String? = null, skip: Int? = null, skiptoken: String? = null, top: Int? = null, view: String? = null): GetEntityResult
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 2023-04-01. Other available API versions: 2021-04-01, 2024-02-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native management [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

Get the details of the management group. Uses Azure REST API version 2023-04-01. Other available API versions: 2021-04-01, 2024-02-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native management [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

suspend fun getManagementGroup(expand: String? = null, filter: String? = null, groupId: String, recurse: Boolean? = null): GetManagementGroupResult
Link copied to clipboard

Retrieves details about given subscription which is associated with the management group. Uses Azure REST API version 2023-04-01. Other available API versions: 2021-04-01, 2024-02-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native management [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

Get the details of the serviceGroup Uses Azure REST API version 2024-02-01-preview.

suspend fun getServiceGroup(serviceGroupName: String): GetServiceGroupResult
Link copied to clipboard

Get the details of the serviceGroup's ancestors Uses Azure REST API version 2024-02-01-preview.