Package-level declarations
Types
Link copied to clipboard
Details of the Azure plan.
Link copied to clipboard
data class GetBillingRoleAssignmentByBillingAccountResult(val createdByPrincipalId: String, val createdByPrincipalTenantId: String, val createdByUserEmailAddress: String, val createdOn: String, val id: String, val name: String, val principalId: String? = null, val principalTenantId: String? = null, val roleDefinitionId: String? = null, val scope: String, val type: String, val userAuthenticationType: String? = null, val userEmailAddress: String? = null)
The role assignment
Link copied to clipboard
data class GetBillingRoleAssignmentByDepartmentResult(val createdByPrincipalId: String, val createdByPrincipalTenantId: String, val createdByUserEmailAddress: String, val createdOn: String, val id: String, val name: String, val principalId: String? = null, val principalTenantId: String? = null, val roleDefinitionId: String? = null, val scope: String, val type: String, val userAuthenticationType: String? = null, val userEmailAddress: String? = null)
The role assignment
Link copied to clipboard
data class GetBillingRoleAssignmentByEnrollmentAccountResult(val createdByPrincipalId: String, val createdByPrincipalTenantId: String, val createdByUserEmailAddress: String, val createdOn: String, val id: String, val name: String, val principalId: String? = null, val principalTenantId: String? = null, val roleDefinitionId: String? = null, val scope: String, val type: String, val userAuthenticationType: String? = null, val userEmailAddress: String? = null)
The role assignment
Link copied to clipboard
data class InvoiceSectionWithCreateSubPermissionResponse(val billingProfileDisplayName: String, val billingProfileId: String, val billingProfileSpendingLimit: String, val billingProfileStatus: String, val billingProfileStatusReasonCode: String, val billingProfileSystemId: String, val enabledAzurePlans: List<AzurePlanResponse>? = null, val invoiceSectionDisplayName: String, val invoiceSectionId: String, val invoiceSectionSystemId: String)
Invoice section properties with create subscription permission.
Link copied to clipboard
data class ListBillingAccountInvoiceSectionsByCreateSubscriptionPermissionResult(val nextLink: String, val value: List<InvoiceSectionWithCreateSubPermissionResponse>? = null)
The list of invoice section properties with create subscription permission.