Package-level declarations

Types

Link copied to clipboard
class AssociatedTenant : KotlinCustomResource

An associated tenant. Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used 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. In version 2.x of the Azure Native provider, it used 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. In version 2.x of the Azure Native provider, it used 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. In version 2.x of the Azure Native provider, it used 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 properties of the billing role assignment. Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2019-10-01-preview. Other available API versions: 2019-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native billing [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

data class BillingRoleAssignmentByBillingAccountArgs(val billingAccountName: Output<String>? = null, val billingRoleAssignmentName: Output<String>? = null, val properties: Output<BillingRoleAssignmentPropertiesArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<BillingRoleAssignmentByBillingAccountArgs>

The properties of the billing role assignment. Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2019-10-01-preview. Other available API versions: 2019-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native billing [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
class BillingRoleAssignmentByDepartment : KotlinCustomResource

The properties of the billing role assignment. Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2019-10-01-preview. Other available API versions: 2019-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native billing [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
data class BillingRoleAssignmentByDepartmentArgs(val billingAccountName: Output<String>? = null, val billingRoleAssignmentName: Output<String>? = null, val departmentName: Output<String>? = null, val properties: Output<BillingRoleAssignmentPropertiesArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<BillingRoleAssignmentByDepartmentArgs>

The properties of the billing role assignment. Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2019-10-01-preview. Other available API versions: 2019-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native billing [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
class BillingRoleAssignmentByEnrollmentAccount : KotlinCustomResource

The properties of the billing role assignment. Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2019-10-01-preview. Other available API versions: 2019-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native billing [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

data class BillingRoleAssignmentByEnrollmentAccountArgs(val billingAccountName: Output<String>? = null, val billingRoleAssignmentName: Output<String>? = null, val enrollmentAccountName: Output<String>? = null, val properties: Output<BillingRoleAssignmentPropertiesArgs>? = null, val tags: Output<Map<String, String>>? = null) : ConvertibleToJava<BillingRoleAssignmentByEnrollmentAccountArgs>

The properties of the billing role assignment. Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used API version 2019-10-01-preview. Other available API versions: 2019-10-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native billing [ApiVersion]. See the ../../../version-guide/#accessing-any-api-version-via-local-packages for details.

Link copied to clipboard
class InvoiceSection : KotlinCustomResource

An invoice section. Uses Azure REST API version 2024-04-01. In version 2.x of the Azure Native provider, it used 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. In version 2.x of the Azure Native provider, it used 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