Package-level declarations

Types

Link copied to clipboard
Link copied to clipboard
class RegistrationAssignment : KotlinCustomResource

The registration assignment. Uses Azure REST API version 2022-10-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.

Link copied to clipboard
data class RegistrationAssignmentArgs(val properties: Output<RegistrationAssignmentPropertiesArgs>? = null, val registrationAssignmentId: Output<String>? = null, val scope: Output<String>? = null) : ConvertibleToJava<RegistrationAssignmentArgs>

The registration assignment. Uses Azure REST API version 2022-10-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.

Link copied to clipboard
Link copied to clipboard
class RegistrationDefinition : KotlinCustomResource

The registration definition. Uses Azure REST API version 2022-10-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.

Link copied to clipboard
data class RegistrationDefinitionArgs(val plan: Output<PlanArgs>? = null, val properties: Output<RegistrationDefinitionPropertiesArgs>? = null, val registrationDefinitionId: Output<String>? = null, val scope: Output<String>? = null) : ConvertibleToJava<RegistrationDefinitionArgs>

The registration definition. Uses Azure REST API version 2022-10-01. In version 2.x of the Azure Native provider, it used API version 2022-10-01.

Link copied to clipboard