Package-level declarations

Types

Link copied to clipboard
class GroupQuota : KotlinCustomResource

Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. Uses Azure REST API version 2025-03-01. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview. Other available API versions: 2023-06-01-preview, 2024-10-15-preview, 2024-12-18-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native quota [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class GroupQuotaArgs(val groupQuotaName: Output<String>? = null, val managementGroupId: Output<String>? = null, val properties: Output<GroupQuotasEntityPropertiesArgs>? = null) : ConvertibleToJava<GroupQuotaArgs>

Properties and filters for ShareQuota. The request parameter is optional, if there are no filters specified. Uses Azure REST API version 2025-03-01. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview. Other available API versions: 2023-06-01-preview, 2024-10-15-preview, 2024-12-18-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native quota [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard
object GroupQuotaMapper : ResourceMapper<GroupQuota>
Link copied to clipboard
Link copied to clipboard
class GroupQuotaSubscription : KotlinCustomResource

This represents a Azure subscriptionId that is associated with a GroupQuotasEntity. Uses Azure REST API version 2025-03-01. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview. Other available API versions: 2023-06-01-preview, 2024-10-15-preview, 2024-12-18-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native quota [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class GroupQuotaSubscriptionArgs(val groupQuotaName: Output<String>? = null, val managementGroupId: Output<String>? = null) : ConvertibleToJava<GroupQuotaSubscriptionArgs>

This represents a Azure subscriptionId that is associated with a GroupQuotasEntity. Uses Azure REST API version 2025-03-01. In version 2.x of the Azure Native provider, it used API version 2023-06-01-preview. Other available API versions: 2023-06-01-preview, 2024-10-15-preview, 2024-12-18-preview, 2025-03-15-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native quota [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
suspend fun groupQuota(name: String, block: suspend GroupQuotaResourceBuilder.() -> Unit): GroupQuota