Package-level declarations

Types

Link copied to clipboard
class DefaultRollout : KotlinCustomResource

Default rollout definition. Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
data class DefaultRolloutArgs(val properties: Output<DefaultRolloutPropertiesArgs>? = null, val providerNamespace: Output<String>? = null, val rolloutName: Output<String>? = null) : ConvertibleToJava<DefaultRolloutArgs>

Default rollout definition. Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
Link copied to clipboard
object DefaultRolloutMapper : ResourceMapper<DefaultRollout>
Link copied to clipboard
class NotificationRegistration : KotlinCustomResource

/* /* /* The notification registration definition. Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
data class NotificationRegistrationArgs(val notificationRegistrationName: Output<String>? = null, val properties: Output<NotificationRegistrationPropertiesArgs>? = null, val providerNamespace: Output<String>? = null) : ConvertibleToJava<NotificationRegistrationArgs>

/* /* /* The notification registration definition. Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
class OperationByProviderRegistration : KotlinCustomResource

Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
data class OperationByProviderRegistrationArgs(val providerNamespace: Output<String>? = null) : ConvertibleToJava<OperationByProviderRegistrationArgs>

Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
Link copied to clipboard
class ProviderRegistration : KotlinCustomResource

Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
data class ProviderRegistrationArgs(val properties: Output<ProviderRegistrationPropertiesArgs>? = null, val providerNamespace: Output<String>? = null) : ConvertibleToJava<ProviderRegistrationArgs>

Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
Link copied to clipboard
class ResourceTypeRegistration : KotlinCustomResource

Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
data class ResourceTypeRegistrationArgs(val properties: Output<ResourceTypeRegistrationPropertiesArgs>? = null, val providerNamespace: Output<String>? = null, val resourceType: Output<String>? = null) : ConvertibleToJava<ResourceTypeRegistrationArgs>

Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
class Skus : KotlinCustomResource

Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
data class SkusArgs(val properties: Output<SkuResourcePropertiesArgs>? = null, val providerNamespace: Output<String>? = null, val resourceType: Output<String>? = null, val sku: Output<String>? = null) : ConvertibleToJava<SkusArgs>

Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard

Builder for SkusArgs.

Link copied to clipboard
object SkusMapper : ResourceMapper<Skus>
Link copied to clipboard
class SkusNestedResourceTypeFirst : KotlinCustomResource

Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
data class SkusNestedResourceTypeFirstArgs(val nestedResourceTypeFirst: Output<String>? = null, val properties: Output<SkuResourcePropertiesArgs>? = null, val providerNamespace: Output<String>? = null, val resourceType: Output<String>? = null, val sku: Output<String>? = null) : ConvertibleToJava<SkusNestedResourceTypeFirstArgs>

Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
class SkusNestedResourceTypeSecond : KotlinCustomResource

Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
data class SkusNestedResourceTypeSecondArgs(val nestedResourceTypeFirst: Output<String>? = null, val nestedResourceTypeSecond: Output<String>? = null, val properties: Output<SkuResourcePropertiesArgs>? = null, val providerNamespace: Output<String>? = null, val resourceType: Output<String>? = null, val sku: Output<String>? = null) : ConvertibleToJava<SkusNestedResourceTypeSecondArgs>

Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
class SkusNestedResourceTypeThird : KotlinCustomResource

Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard
data class SkusNestedResourceTypeThirdArgs(val nestedResourceTypeFirst: Output<String>? = null, val nestedResourceTypeSecond: Output<String>? = null, val nestedResourceTypeThird: Output<String>? = null, val properties: Output<SkuResourcePropertiesArgs>? = null, val providerNamespace: Output<String>? = null, val resourceType: Output<String>? = null, val sku: Output<String>? = null) : ConvertibleToJava<SkusNestedResourceTypeThirdArgs>

Uses Azure REST API version 2021-09-01-preview. In version 2.x of the Azure Native provider, it used API version 2021-09-01-preview.

Link copied to clipboard

Builder for Skus.

Functions

Link copied to clipboard
Link copied to clipboard
fun skus(name: String): Skus
suspend fun skus(name: String, block: suspend SkusResourceBuilder.() -> Unit): Skus