Package-level declarations

Types

Link copied to clipboard
class AssociatedTenant : KotlinCustomResource

An associated tenant. Uses Azure REST API version 2024-04-01.

Link copied to clipboard
data class AssociatedTenantArgs(val associatedTenantName: Output<String>? = null, val billingAccountName: Output<String>? = null, val properties: Output<AssociatedTenantPropertiesArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<AssociatedTenantArgs>

An associated tenant. Uses Azure REST API version 2024-04-01.

Link copied to clipboard
object AssociatedTenantMapper : ResourceMapper<AssociatedTenant>
Link copied to clipboard
Link copied to clipboard
class BillingProfile : KotlinCustomResource

A billing profile. Uses Azure REST API version 2024-04-01.

Link copied to clipboard
data class BillingProfileArgs(val billingAccountName: Output<String>? = null, val billingProfileName: Output<String>? = null, val properties: Output<BillingProfilePropertiesArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<BillingProfileArgs>

A billing profile. Uses Azure REST API version 2024-04-01.

Link copied to clipboard
Link copied to clipboard
object BillingProfileMapper : ResourceMapper<BillingProfile>
Link copied to clipboard
class BillingRoleAssignmentByBillingAccount : KotlinCustomResource

The role assignment Uses Azure REST API version 2019-10-01-preview. In version 1.x of the Azure Native provider, it used API version 2019-10-01-preview. Other available API versions: 2024-04-01.

data class BillingRoleAssignmentByBillingAccountArgs(val billingAccountName: Output<String>? = null, val billingRoleAssignmentName: Output<String>? = null, val principalId: Output<String>? = null, val principalTenantId: Output<String>? = null, val roleDefinitionId: Output<String>? = null, val userAuthenticationType: Output<String>? = null, val userEmailAddress: Output<String>? = null) : ConvertibleToJava<BillingRoleAssignmentByBillingAccountArgs>

The role assignment Uses Azure REST API version 2019-10-01-preview. In version 1.x of the Azure Native provider, it used API version 2019-10-01-preview. Other available API versions: 2024-04-01.

Link copied to clipboard
class BillingRoleAssignmentByDepartment : KotlinCustomResource

The role assignment Uses Azure REST API version 2019-10-01-preview. In version 1.x of the Azure Native provider, it used API version 2019-10-01-preview. Other available API versions: 2024-04-01.

Link copied to clipboard
data class BillingRoleAssignmentByDepartmentArgs(val billingAccountName: Output<String>? = null, val billingRoleAssignmentName: Output<String>? = null, val departmentName: Output<String>? = null, val principalId: Output<String>? = null, val principalTenantId: Output<String>? = null, val roleDefinitionId: Output<String>? = null, val userAuthenticationType: Output<String>? = null, val userEmailAddress: Output<String>? = null) : ConvertibleToJava<BillingRoleAssignmentByDepartmentArgs>

The role assignment Uses Azure REST API version 2019-10-01-preview. In version 1.x of the Azure Native provider, it used API version 2019-10-01-preview. Other available API versions: 2024-04-01.

Link copied to clipboard
class BillingRoleAssignmentByEnrollmentAccount : KotlinCustomResource

The role assignment Uses Azure REST API version 2019-10-01-preview. In version 1.x of the Azure Native provider, it used API version 2019-10-01-preview. Other available API versions: 2024-04-01.

data class BillingRoleAssignmentByEnrollmentAccountArgs(val billingAccountName: Output<String>? = null, val billingRoleAssignmentName: Output<String>? = null, val enrollmentAccountName: Output<String>? = null, val principalId: Output<String>? = null, val principalTenantId: Output<String>? = null, val roleDefinitionId: Output<String>? = null, val userAuthenticationType: Output<String>? = null, val userEmailAddress: Output<String>? = null) : ConvertibleToJava<BillingRoleAssignmentByEnrollmentAccountArgs>

The role assignment Uses Azure REST API version 2019-10-01-preview. In version 1.x of the Azure Native provider, it used API version 2019-10-01-preview. Other available API versions: 2024-04-01.

Link copied to clipboard
class InvoiceSection : KotlinCustomResource

An invoice section. Uses Azure REST API version 2024-04-01.

Link copied to clipboard
data class InvoiceSectionArgs(val billingAccountName: Output<String>? = null, val billingProfileName: Output<String>? = null, val invoiceSectionName: Output<String>? = null, val properties: Output<InvoiceSectionPropertiesArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<InvoiceSectionArgs>

An invoice section. Uses Azure REST API version 2024-04-01.

Link copied to clipboard
Link copied to clipboard
object InvoiceSectionMapper : ResourceMapper<InvoiceSection>

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard