Package-level declarations

Types

Link copied to clipboard
class HierarchySetting : KotlinCustomResource

Settings defined at the Management Group scope. Uses Azure REST API version 2023-04-01. In version 2.x of the Azure Native provider, it used API version 2021-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
data class HierarchySettingArgs(val defaultManagementGroup: Output<String>? = null, val groupId: Output<String>? = null, val requireAuthorizationForGroupCreation: Output<Boolean>? = null) : ConvertibleToJava<HierarchySettingArgs>

Settings defined at the Management Group scope. Uses Azure REST API version 2023-04-01. In version 2.x of the Azure Native provider, it used API version 2021-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
object HierarchySettingMapper : ResourceMapper<HierarchySetting>
Link copied to clipboard
Link copied to clipboard
class ManagementGroup : KotlinCustomResource

The management group details. Uses Azure REST API version 2023-04-01. In version 2.x of the Azure Native provider, it used API version 2021-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
data class ManagementGroupArgs(val details: Output<CreateManagementGroupDetailsArgs>? = null, val displayName: Output<String>? = null, val groupId: Output<String>? = null, val name: Output<String>? = null) : ConvertibleToJava<ManagementGroupArgs>

The management group details. Uses Azure REST API version 2023-04-01. In version 2.x of the Azure Native provider, it used API version 2021-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
object ManagementGroupMapper : ResourceMapper<ManagementGroup>
Link copied to clipboard
class ManagementGroupSubscription : KotlinCustomResource

The details of subscription under management group. Uses Azure REST API version 2023-04-01. In version 2.x of the Azure Native provider, it used API version 2021-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
data class ManagementGroupSubscriptionArgs(val groupId: Output<String>? = null, val subscriptionId: Output<String>? = null) : ConvertibleToJava<ManagementGroupSubscriptionArgs>

The details of subscription under management group. Uses Azure REST API version 2023-04-01. In version 2.x of the Azure Native provider, it used API version 2021-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
class ServiceGroup : KotlinCustomResource

The serviceGroup details. Uses Azure REST API version 2024-02-01-preview.

Link copied to clipboard
data class ServiceGroupArgs(val kind: Output<String>? = null, val properties: Output<ServiceGroupPropertiesArgs>? = null, val serviceGroupName: Output<String>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<ServiceGroupArgs>

The serviceGroup details. Uses Azure REST API version 2024-02-01-preview.

Link copied to clipboard
Link copied to clipboard
object ServiceGroupMapper : ResourceMapper<ServiceGroup>
Link copied to clipboard

Functions