Package-level declarations

Types

Link copied to clipboard
data class AccountResourceResponseProperties(val appId: String, val billingPlanId: String, val provisioningState: String)

Property bag from billing account

Link copied to clipboard
data class AccountResourceResponseSystemData(val createdAt: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of the resource.

Link copied to clipboard
data class GetAccountResult(val azureApiVersion: String, val id: String, val location: String? = null, val name: String, val properties: AccountResourceResponseProperties, val systemData: AccountResourceResponseSystemData, val tags: Map<String, String>? = null, val type: String)

Account details