Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class Site : KotlinCustomResource

Site as ARM Resource Uses Azure REST API version 2024-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-02-01-preview. Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native edge [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class SiteArgs(val properties: Output<SitePropertiesArgs>? = null, val resourceGroupName: Output<String>? = null, val siteName: Output<String>? = null) : ConvertibleToJava<SiteArgs>

Site as ARM Resource Uses Azure REST API version 2024-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-02-01-preview. Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native edge [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

Builder for SiteArgs.

Link copied to clipboard
object SiteMapper : ResourceMapper<Site>
Link copied to clipboard

Builder for Site.

Link copied to clipboard
class SitesByServiceGroup : KotlinCustomResource

Site as ARM Resource Uses Azure REST API version 2025-03-01-preview.

Link copied to clipboard
data class SitesByServiceGroupArgs(val properties: Output<SitePropertiesArgs>? = null, val servicegroupName: Output<String>? = null, val siteName: Output<String>? = null) : ConvertibleToJava<SitesByServiceGroupArgs>

Site as ARM Resource Uses Azure REST API version 2025-03-01-preview.

Link copied to clipboard
Link copied to clipboard
class SitesBySubscription : KotlinCustomResource

Site as ARM Resource Uses Azure REST API version 2024-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-02-01-preview. Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native edge [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class SitesBySubscriptionArgs(val properties: Output<SitePropertiesArgs>? = null, val siteName: Output<String>? = null) : ConvertibleToJava<SitesBySubscriptionArgs>

Site as ARM Resource Uses Azure REST API version 2024-02-01-preview. In version 2.x of the Azure Native provider, it used API version 2024-02-01-preview. Other available API versions: 2025-03-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native edge [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard

Functions

Link copied to clipboard
fun site(name: String): Site
suspend fun site(name: String, block: suspend SiteResourceBuilder.() -> Unit): Site